Java Data_Types


 

Data_Types in Java Programing:

  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 Array.

 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

     

 Non - Primitive Data Types:

  • Class

  • Interfaces

  • Array

 

 



Popular posts from this blog

Simple Counting App Using Kotlin