Contents

How many ways are to implement thread library?
a) Two  
b) Three
c) Four
d) No limited


a

Which of the following library provided as user or kernel library as an extension to be POSIX standard?
a) POSIX Pthreads
b) Win32 Threads
c) Java Threads  
d) None of these


a

JVM stands for…..
a) Java Development Kit  
b) Java Virtual Machine
c) Java Run-time Environment                       
d) Java Verified Machine


b

The implementation of threads based on the operating system and hardware which JVM runs…..
a) POSIX Pthreads             
b) Win32 Threads
c) Java Threads
d) None of these


c

Win32 API thread library supports the following model……
a) One to one thread model                              
b) many to one thread model
c) many to many threads model     
d) both a & c


d

Which of the following system call completely duplicates a process task?
a) fork()                                               
b) fork new
c) create()                             
d) clone ()


a