Programming Question

Question: You are given a class with synchronized method A and a normal method B. If you have two threads in one instance of a program, can they both execute A at the same time? Can they execute A and B at the same time?

From: Cracking the Coding Interview [McDowell]

Subject: Threads and Locks

Load Another Question


Select a Subject