What is null?
null
Is null an instance of anything?
What set does null belong to?
How is it represented in the me
The null keyword is a literal that represents a null reference, one that does not refer to any object. null is the default value of reference-type variables.
Also maybe have a look at
null : Java Glossary