Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

What is null mean in 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
 
PREVIOUS NEXT
Tagged: #What #null #java
ADD COMMENT
Topic
Name
7+9 =