Qu'est-ce que Null signifie en Java

When a reference variable doesn’t point to any value it is assigned null.
Example : Employee employee;
In the example employee object is not instantiate so it is 
pointed no where
Thankful Tuatara