Iterator in the HashMap is fail-safe means what?
Answer Posted / deepak divvela
i know this thing only,please ignore if it is wrong.
that is hashmap will have only key/value pair.
but iterator will not get key/value pairs at a time.
so for that reason hashmap is fails.
| Is This Answer Correct ? | 0 Yes | 21 No |
Post New Answer View All Answers
Can we use different return types for methods when overridden?
What is externalizable?
Differentiate between the constructors and methods in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What do you mean by mnemonics?
What is difference between identifier and variable?
What is the main method java?
What is the difference between error and an exception?
What is the difference between throw and throws in java?
How to obtain a performance profile of java program
Can we use static class instead of singleton?
How do you delete a list in java?
What is tree node in java?
What is super in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?