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
Differentiate between class and structure.
What is formatted output?
What is operator overloading. Is it is supported in java?
What are three advantages of using functions?
What’s a deadlock?
Why put method is idempotent?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is the largest data type in java?
What is update method called?
What is bifunction in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
How do you declare a string variable?
What is collections framework?
What are the restrictions that are applied to the java static methods?