Iterator in the HashMap is fail-safe means what?
Answer Posted / yathirajulu m
because, HashMap allows null values so, it is fail-safe.
| Is This Answer Correct ? | 11 Yes | 44 No |
Post New Answer View All Answers
What does the three dot emoji mean?
How does predicate work in java?
What is the difference between break and continue statements?
What are green threads in java?
What does \ mean in regex?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What is meant by null and void?
What is native code?
Can Exception handling we can handle multiple catch blocks?
Write a program to show whether a graph is a tree or not using adjacency matrix.
Write a java program to print fibonacci series?
What is oop in java?
Explain the difference between an Interface and an Abstract class?
do I need to use synchronized on setvalue(int)? : Java thread
How do you reverse sort a list in java?