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.
What does null mean in java?
by
Tags:
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.
by
Tags:
Leave a Reply