Answer Posted / 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 |
Post New Answer View All Answers
Write a program to find the greatest of three numbers in java?
List the three steps for creating an object for a class?
What are internal and external variables?
What do you mean by chromounits in java8?
Is array synchronized in java?
How do you write a good declaration?
What is a numeric string?
How does map works in java?
What is the public field modifier?
Does java vector allow null?
How can we find the actual size of an object on the heap?
Explain the public class modifier?
Why is flag used in java?
Why do we need singleton?
Is void a return type?