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 |
Why hashmap is used in java?
What are the basics of core java?
hr interview how many minutes asking question
What does the string method compareto () do?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
What are integer overflows and underflows and how to handle them?
What does \ mean in regex?
What is object cloning in Java?
0 Answers SwanSoft Technologies,
Is array an object in java?
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
What is autoboxing in java?
How do you reverse a list?