Which of these method is used to begin the execution of a thread? |
Which of these method is used to begin the execution of a thread? |
Which of these method wakes up all the threads? |
Which of these method wakes up all the threads? |
What should not be done to avoid deadlock? |
What should not be done to avoid deadlock? |
What is true about time slicing? |
What is true about time slicing? |
Which of these method is used to tell the calling thread to give up a monitor and go to sleep until some other thread enters the same monitor? |
Which of these method is used to tell the calling thread to give up a monitor and go to sleep until some other thread enters the same monitor? |
Thread priority in Java is? |
Thread priority in Java is? |
What is multithreaded programming? |
What is multithreaded programming? |
Which function of pre defined class Thread is used to check weather current thread being checked is still running? |
Which function of pre defined class Thread is used to check weather current thread being checked is still running? |
What does AWT stands for? |
What does AWT stands for? |
Deadlock is a situation when thread is waiting for other thread to release acquired object. |
Deadlock is a situation when thread is waiting for other thread to release acquired object. |
Which of these method of Thread class is used to Suspend a thread for a period of time? |
Which of these method of Thread class is used to Suspend a thread for a period of time? |
Which of these are types of multitasking? |
Which of these are types of multitasking? |
What requires less resources? |
What requires less resources? |
Which of these method is used to explicitly set the priority of a thread? |
Which of these method is used to explicitly set the priority of a thread? |
Which of these method is used to implement Runnable interface? |
|
Which of these method is used to implement Runnable interface? |
|
Which of the following stops execution of a thread? |
Which of the following stops execution of a thread? |
What is synchronization in reference to a thread? |
What is synchronization in reference to a thread? |
Which of these method of Thread class is used to find out the priority given to a thread? |
Which of these method of Thread class is used to find out the priority given to a thread? |
What does not prevent JVM from terminating? |
What does not prevent JVM from terminating? |
Which of the following will ensure the thread will be in running state? |
Which of the following will ensure the thread will be in running state? |
What is true about threading? |
What is true about threading? |
Which of this method is used to avoid polling in Java? |
Which of this method is used to avoid polling in Java? |
Which of these keywords are used to implement synchronization? |
Which of these keywords are used to implement synchronization? |
Which of these statement is incorrect? |
Which of these statement is incorrect? |
What is synchronization in reference to a thread? |
What is synchronization in reference to a thread? |
What decides thread priority? |
What decides thread priority? |
Which of these statements is incorrect? |
Which of these statements is incorrect? |
Which of the following is a correct constructor for thread? |
Which of the following is a correct constructor for thread? |
What will happen if two thread of the same priority are called to be processed simultaneously? |
What will happen if two thread of the same priority are called to be processed simultaneously? |
Which of these method wakes up the first thread that called wait()? |
Which of these method wakes up the first thread that called wait()? |