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 |
When do we need to use internal iteration? When do we need to use external iteration?
Java is Pass by Value or Pass by Reference?
What is the major drawback of internal iteration over external iteration?
can any one send me the example program of immutable class?
why ,we are using jsp and html.which one is better?
What is supplier in java?
What are listeners in java and explain ?
Can You Have Virtual Functions In Java?
Explain the selection sort algorithm?
What do you mean by Remote procedure call?
Name the method of a Container that can be used to cause a container to be laid out and redisplayed?
What is the code inside the public void actionPerformed(ActionEvent ae) override method in Applet [ Condition:- you have one TextField and One Button , you have to enter any color name inside the TextField, when you click on Button Your background will change according to your input color name]