Primitive data type

nobody explained primitive data types. just told us the types

Hi @Gokulsood

Primitive data types are the basic data types which are provided by the programming language. There are a total of 8 primitive datatypes.
They are boolean , byte , char , short , int , long , float and double.