There are four platforms of the Java programming language:
Read moreWhat type is class Java?
Java provides a class with name Class in java. lang package. Instances of the class Class represent classes and interfaces in a running Java application. The primitive Java types (boolean, byte, char, short, int, long, float, and double ), and the keyword void are also represented as Class objects.
Read more