what is the difference between process and thread? : Java thread
can java object be locked down for exclusive use by a given thread? : Java thread
a thread is runnable, how does that work? : Java thread
what are the states associated in the thread? : Java thread
how does the run() method in runnable work? : Java thread
what is an objects lock and which objects have locks? : Java thread
what are three ways in which a thread can enter the waiting state? : Java thread
explain different ways of using thread? : Java thread
what do you understand by synchronization? : Java thread
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
what is thread? What are the high-level thread states? : Java thread
what is a working thread? : Java thread
what is the difference between preemptive scheduling and time slicing? : Java thread
what happens when a thread cannot acquire a lock on an object? : Java thread