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 a final class in java?
What is difference between add() and addelement() in vector?
Is Java Class Threadsafe ????? How to make Java class Thread safe??
What do you understand by a Static Variable?
What is the main purpose of java?
Difference between a class and an object?
What is the difference between delete and delete[]
Catch(Exception e){ } in that what is Exception and purpose of that in that place exactly?
What is a generic code?
Define package in Java.
Can we sort a map in java?
What is ++ a in java?