7) More on Primitive Data types

In this section, you’ll learn all the primitive data types in Java, their literal values, and the process of creating and initializing primitive variables

Primitive data types, as the name suggests, are the simplest data types in a program- ming language. In the Java language, they’re predefined.

In Real life or mathematics:

Last updated