Tue. Apr 16th, 2024

Category: Core Java

Comments

The comments are used for explaining the code. The comments make the understandability of a program faster. The comments improve the readability of the code. The java language provides 3…

Data Types

The datatypes represents type of data that we store into memory. The datatypes in java language are classified into three types 1) Primitive datatypes The primitive datatypes are predefined and…