Day-13: Data Types in Java - Class-Specific and Object-Specific Data Types

1). Primitive Data Types:
The Java programming language is statically-typed, which means that all variables must first be declared before they can be used.example: int grear = 1;A primitive type i...