Iterator in the HashMap is fail-safe means what?
Answer Posted / parthasarathi
can you please tell me about the use of marker interface?
Ans: Marker or taged interfaces having no methods.example
Cloneable,Serializable etc.Actually this interfaces give
some infermation about a object.that means internally it
check the object wheather it belongs to that interface or
not,using instanceOf() methd.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Why do we need singleton class?
How can the checkbox class be used to create a radio button?
What is a flag and how does it work?
Why are the destructors for base class and derived class called in reverse order when the program exits
what are the disadvantages of indexes in oracle?
Is it possible to override private or static method in java?
What is another word for methodology?
Does constructor return any value?
What are the different ways of implementing thread? Which one is more advantageous?
What does nextint () do in java?
Explain different states of a thread in java?
Why Java doesn’t support multiple inheritance?
What is meant by anonymous class?
What is a functional interface?
Is 0 true or false?