Java Thread Deadlock
What potential concurrency problem is demonstrated by the following code?
A
Race condition due to overlapping unsynchronized operations.
B
Thread starvation because of unfair scheduling.
C
Deadlock due to inconsistent lock acquisition order.
D
Livelock resulting from threads continuously yielding control.
Question Leaderboard
Not enough data yet to show leaderboard.
APFIVE