1 what are static blocks and static initializers in Java ?


) What all methods are used to prevent thread execution ?



Download 350,38 Kb.
Pdf ko'rish
bet31/63
Sana02.07.2022
Hajmi350,38 Kb.
#730721
1   ...   27   28   29   30   31   32   33   34   ...   63
Bog'liq
Core Java Interview questions and answers 1650828415

120) What all methods are used to prevent thread execution ?
 
There are three methods in Thread class which prevents execution of thread. 
1)
yield() 
2)
join() 
3)
sleep() 
121)
 
Explain yield() method in thread class ?
 
Yield() method makes the current running thread to move in to runnable state from running state giving 
chance to remaining threads of equal priority which are in waiting state. yield() makes current thread to 
sleep for a specified amount of time.There is no guarantee that moving a current running thread from 
runnable to running state. It all depends on thread scheduler it doesn’t gurantee anything.
synchronized(Classname.class){} 


20 | 
P a g e
public final synchronized void join(long millis) 
throws InterruptedException 


public final synchronized void join(long millis, int nanos) 
throws InterruptedException 


public static void sleep(long millis, int nanos) 
throws InterruptedException { 

C
alling yield() method on thread does not have any affect if object has a lock. The thread does’nt lose 
any lock if it has acquired a lock earlier. 
Signature : 
public static native void yield() 


122)
 
Is it possible for yielded thread to get chance for its execution again ?
 
Yield() causes current thread to sleep for specified amount of time giving opportunity for other threads of 
equal priority to execute. Thread scheduler decides whether it get chance for execution again or not. It all 
depends on mercy of thread scheduler. 
123)
 
Explain the importance of join() method in thread class?
 
A thread can invoke the join() method on other thread to wait for other thread to complete its 
execution. Assume we have two threads, t1 and t2 threads . A running thread t1 invokes join() on 
thread t2 then t1 thread will wait in to waiting state until t2 completes. Once t2 completes the execution, 
t1 will continue. 
join() method throws Interrupted Exception so when ever we use join() method we should handle 
Interrrupted Exception by throws or by using try catch block. 
Signature : 

Download 350,38 Kb.

Do'stlaringiz bilan baham:
1   ...   27   28   29   30   31   32   33   34   ...   63




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish