what is
purpose of Void class in Java? It is an uninstantiable
class that hold a reference to the
Class object representing the primitive
Java type
void. The
Void class according to javadoc exists because of the fact that some time we may need to represent the
void keyword as an object.
read more >>