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 |
Describe inheritance as applied to java?
What is static import in java?
Can u overload main()method.Give with example.
6 Answers IBM, Schimatic Technologies,
How do you set security in applets?
how can i connect to database in a applet ?
How many times garbage collector will invoke an object?s finalize() method?
Which graphs are functions?
What are the main features of java?
What is a super method?
What is == and === in javascript?
Relationship between an event-listener interface and an event-adapter class?
What are assembly attributes?