25.69 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 class Void extends Object { // No Constructor // Constants public static final Class TYPE; } |
|