There are nine predefined Class objects to represent the eight primitive types and void. These are created by the Java Virtual Machine, and have the same names as the primitive types that they represent, namely boolean , byte , char , short , int , long , float , and double .
Read moreHow many classes are there in Java?
There are seven types of classes in Java: Static Class. Final Class. Abstract Class.
Read more