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 is the exception hierarchy in java?
What is the functionality of the stub?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
How to read and write image from a file ?
Can an integer be a string?
How do I get the | symbol on my keyboard?
What is ‘has a’’ relationship in java?
Can we have try without catch block?
What do negative exponents mean?
Difference between static binding and dynamic binding?
Can we force the garbage collection to run?
Describe the various concepts related to object oriented programming (oop).
What is difference between iterator and enumeration in java?
What is a java applet? What is an interface?
How do you define a method?