What happens if two threads access a non-synchronized method of the same object?
One thread waits
Both can execute concurrently
Compilation error
JVM throws exception
This question is part of this quiz :