CBSE BOARD XII, asked by kayangnangram3073, 1 year ago

What are the various datatypes in java?

Answers

Answered by ramcharan54
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
ramcharan54: I'm fan of him
ramcharan54: I'm RAJU
KeshviReddy: ohkk
KeshviReddy: glad to meet you
ramcharan54: OK
ramcharan54: How r u
KeshviReddy: fine
KeshviReddy: how abt you
ramcharan54: 5n
Answered by SohamKundu012
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