Primitive data types – includes byte , short , int , long , float , double , boolean and char .
Read moreHow many types of primitives are there in Java?
The eight primitive data types supported by the Java programming language are: byte: The byte data type is an 8-bit signed two’s complement integer. It has a minimum value of -128 and a maximum value of 127 (inclusive).
Read more