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 |
i need source code for income tax program using java inheritance
Are nested try statements are possible?
Can we declare an array without size in java?
What are user defined exceptions?
What is the difference between sleep and wait in java?
Can an abstract class be a final class?
What is a war file?
what is an anonymous class?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
What is 32 bit float?
What is meant by data hiding in java?
What are the differences between unchecked exception, checked exception, and errors?