What does null mean in java?


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


Posted

in

Tags:

Comments

Leave a Reply