Is arraylist fail fast?
Answer / Jeetender Pal Singh
An ArrayList in Java is not a fail-fast collection, meaning it does not throw an exception when its structure is tampered with during iteration. However, some Collections like CopyOnWriteArrayList are fail-fast collections.
| Is This Answer Correct ? | 0 Yes | 0 No |
How is the front of the queue calculated ?
Can we modify final arraylist?
Explain what is B-tree?
where do you use double linked list?
What is sorted map?
What are the tasks performed during preorder traversal?
How remove all from arraylist?
How do stacks work?
Which is better arraylist or linkedlist?
How do you do a selection sort?
Can hashmap have duplicate keys?
Explain the principle of quicksort. What is its complexity?