Programming - Threads

You Are Here :: Home > JAVA > Threads - General Questions

 
37.

thread scheduler can use the threadpriorities in the form of integer value to each of its thread to determine the execution schedule of threads .                        


A. Thread Scheduler B. Time-Sliced Scheduling
C. Preemtive Scheduling D. Dead Lock




38.

The thread scheduler provides the CPU time to thread of highest priority during ready-to-run state.                         


A. Thread Scheduler B. Time-Sliced Scheduling
C. Preemtive Scheduling D. Dead Lock




39.

Preemptive scheduling ? If the new thread has a higher priority then current running thread leaves the runnable state and higher priority thread enter to the runnable state.                        


A. Thread Scheduler B. Time-Sliced Scheduling
C. Preemtive Scheduling D. Dead Lock




40.

Time-Sliced (Round-Robin) Scheduling ? A running thread is allowed to be execute for the fixed time, after completion the time, current thread indicates to the another thread to enter it in the runnable state.                        


A. Thread Scheduler B. Time-Sliced Scheduling
C. Preemtive Scheduling D. Dead Lock




41.

A situation where a thread is waiting for an object lock that holds by second thread, and this second thread is waiting for an object lock that holds by first thread, this situation is known as Deadlock.                        


A. Thread Scheduler B. Time-Sliced Scheduling
C. Preemtive Scheduling D. Dead Lock




42.

the threads are executed independently to each other. These types of threads are called as__________________.                        


A. Synchronous Threads B. Asynchronous Threads
C. both A and B D. none




« prev

1

2

3

4

5

6

7

8

9

next »

 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on