1.

If two threads access the same hashmap at the same time, what would happen?

A. ConcurrentModificationException
B. NullPointerException
C. ClassNotFoundException
D. RuntimeException
Answer» B. NullPointerException


Discussion

No Comment Found