java.lang.Void (JDK 1.1)
The Void class may not be instantiated, and serves merely as a placeholder for its static TYPE field, which is a Class object constant that represents the void type.
public final classVoidextends Object { //No Constructor//Constantspublic static final ClassTYPE; }