Computer Science, asked by lucky10367, 1 year ago

what is data type in JAVA?

Answers

Answered by priyanshuranjan1204
2

Data type specifies the size and type of values that can be stored in an identifier. The Java language is rich in its data types. ... Data types in Java are classified into two types: Primitive—which include Integer, Character, Boolean, and Floating Point. Non-primitive—which include Classes, Interfaces, and Arrays.

Answered by AzzyLand
1

Hey dude,

Data type specifies the size and type of values that can be stored in an identifier. The Java language is rich in its data types. ... Data types in Java are classified into two types: Primitive—which include Integer, Character, Boolean, and Floating Point. Non-primitive—which include Classes, Interfaces, and Arrays.

@AzzyLand

Similar questions