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 moreWhat are the 5 primitive data types?
Primitive data types – includes byte , short , int , long , float , double , boolean and char .
Read more