31. |
Which method is used to get current running thread object? (અત્યારે જે થ્રેડ રન થાય છે તેનો ઓબ્જેક્ટ મેળવવા કઈ મેથડનો ઉપયોગ થાય છે?)
|
||||||||
Answer:
Option (a) |
32. |
The life cycle of a thread in java is controlled by ______. (Javaમા થ્રેડની લાઈફ સાયકલ __________ દ્વારા કંટ્રોલ કરવામાં આવે છે.)
|
||||||||
Answer:
Option (b) |
33. |
Which of the following are valid constructors for Thread? 1) Thread() 2) Thread(int priority) 3) Thread(Runnable r, String name) 4) Thread(Runnable r, int priority) થ્રેડ માટે નીચે આપેલમાંથી ક્યા કન્સ્ટ્રક્ટર વેલીડ છે? 1) Thread() 2) Thread(int priority) 3) Thread(Runnable r, String name) 4) Thread(Runnable r, int priority)
|
||||||||
Answer:
Option (b) |
34. |
How many threads will running during execution of below given Java program?
નીચે આપેલ પ્રોગ્રામના એક્ઝીક્યુશન દરમિયાન કેટલા થ્રેડ રન થશે?
|
||||||||
Answer:
Option (b) |
35. |
What will be the output of following code?
નીચે આપેલ કોડનું આઉટપુટ શું આવશે?
|
||||||||
Answer:
Option (b) |
36. |
What will be the output of following code?
નીચે આપેલ કોડનું આઉટપુટ શું આવશે?
|
||||||||
Answer:
Option (b) |
37. |
Which of following is true about notifyAll()? (notifyAll() માટે નીચે આપેલમાંથી કયું વિધાન સાચું છે?)
|
||||||||
Answer:
Option (a) |
38. |
What will be the output of following code?
નીચે આપેલ કોડનું આઉટપુટ શું આવશે?
|
||||||||
Answer:
Option (c) |
39. |
Which of the following keyword is applied on a method indicates that only one thread should execute the method at time? (નીચે આપેલમાંથી કયો કીવર્ડ મેથડમા અપ્લાય કરવાથી કોઈ એક સમયે ફક્ત એક જ થ્રેડ એ મેથડને એક્ઝીક્યુટ કરી શકે છે?)
|
||||||||
Answer:
Option (c) |
40. |
What will be the output of following code?
નીચે આપેલ કોડનું આઉટપુટ શું આવશે?
|
||||||||
Answer:
Option (d) |