What is a Null object?
Answer / subham chaudhary
It is an object of some class whose purpose is to indicate that a real object of that class does not exist. One common use for a null object is a return value from a member function that is supposed to return an object with some specified properties but cannot find such an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is replaceall in java?
How many bits is a word?
What is an association?
how to connect one jsp page to another jsp page????
What does the string method compareto () do?
What is the purpose of having the concept of overloading?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
Difference between object instantiation and construction ?
What is the maximum size of arraylist in java?
In Java list the methods that can be overridden?
What is the difference between interface & abstract class?
How can a gui component handle its own events in java programming?