Question

Two threads cannot simultaneously enter into the methods of the same object if the methods are

A static
B synchronized
C private
D package
Answer & Explanation
Option: [B]

Two synchronized methods cannot invoke on the same object.