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
Describe what a thread-local variable is in java?
What does main method?
what is instanceof operator used in java?
Explain the difference between intermediate and terminal operations in java8?
Explain method local inner classes ?
What are functions in java?
Explain how to convert any java object into byte array.
What is the difference between instanceof and isinstance?
Are arrays immutable in java?
What is the default size of load factor in hashing based collection?
What is boolean example?
What is the difference between reader/writer and inputstream/output stream?
What is scanner in java?
What is multithreading and its advantages?
Explain about the main() method in java?