Null class

The reserved word null denotes an object that is the sole instance of this class.

The reserved word null denotes an object that is the sole instance of this class.

It is a compile-time error for a class to attempt to extend or implement Null.

Instance Methods

toString ( ) → String
Returns the string "null".