Prev Next

Java / Data types

What are the primitive data types in Java ?

There are eight primitive data types.

  • byte.
  • short.
  • int.
  • long.
  • float.
  • double.
  • boolean.
  • char.

More Related questions...

Show more question and Answers...


Comments & Discussions