Data Types in Java | Java Primitive Data Types - Helpwalaa - Free IT Updates & Opportunities

New Updates

Data Types in Java | Java Primitive Data Types



Data Types in Java

  1. Primitive data types: The primitive data types include boolean, char, byte, short, int, long, float and double.
  2. Non-primitive data types: The non-primitive data types include Classes, Interfaces, and Arrays.

There are 8 types of primitive data types:
  • boolean data type
  • byte data type
  • char data type
  • short data type
  • int data type
  • long data type
  • float data type
  • double data type

Java Data Types










Most Popular