what is data types in java
Answers
Answered by
2
Data types specify the different sizes and values that can be stored in the variable. There are two types of data types in Java: Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.
Answered by
3
java type is classify into two types Primitive and non- primitive
primitive contain integer, character,Boolean.
non- primitive contain classes,interfaces,and arrays
hope it is helpful followme plz
Similar questions