Multiple choice

In Java, the concept of synchronisation is based on the concept of ___________.

  1. thread

  2. explicit lock

  3. intrinsic lock

  4. deadlock

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In Java, the concept of synchronisation is based on the concept of intrinsic lock or monitor lock.