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
What causes memory leak in java?
How do you use compareto?
What are operators and its types?
How do you sort in descending order in java using collections sort?
What does it mean to flush a file?
what invokes a threads run() method? : Java thread
Why set do not allow duplicates in java?
Can a list be null in java?
How do I get the | symbol on my keyboard?
Does apple use java?
What is join () in java?
What is the difference between a loader and a compiler?
what are three ways in which a thread can enter the waiting state? : Java thread
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Is age discrete or continuous?