What's difference between thread and process?
How to update value using threads. Write code?
Tell me how to share printer through ftp(fire transfer protocol)?
Explain what is the impact if dns server fails?
What is the reason for getting the dialogue box (send this error to microsoft giving options as send to microsoft and dont send) when we abort from the any workwhen it was struck?
Explain yielding in threading?
if thread a,b,c have Max,Min,Normal priorty what is N0. in below set they correspond to.Something like (2,0,1)
Why thread is called as a lightweight process?
What are multithreading models?
What are the benefits of multithreaded programming?
What are three ways in which a thread can enter the waiting state?
In window xp which are the threads. Actually I wanna know if ms word is a process which are the threads? Is spell check is a thread?
How to stop a thread?
Explain thread.sleep?
if a min thread has finished execution what happens ? a) it exits b) it wait for other threads c) becomes inactive ... etc etc