If Two Threads Access The Same Hashmap At The Same Time What #678
If two threads access the same hashmap at the same time, what would happen?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Util Collections Framework - Java HashMap - Quiz No.1.
If two threads access the same hashmap at the same time, what would happen?
ConcurrentModificationException
NullPointerException
ClassNotFoundException
RuntimeException