What are the various datatypes in java?
Answers
Answered by
1
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.
KeshviReddy:
me Peru ram charan ah or you fan of him
Answered by
0
Answer:
Datatypes are used to determine the nature of the variable .
When we specify that a variable has a certain datatype we say what values the expression may have .
Explanation:
The datatypes are :
- Byte .
- Short .
- Char .
- Int .
- Float .
- Long .
- Double .
- Boolean .
- String .
Similar questions