Answer Posted / ashutosh kumar
A multi threading program contains two or more parts that
can run concurrently.a processes are heavy weight tasks that
requires their own separate address space but it is very
expansive because every time context switching and
interprocess communication is done in this,but in
multithreading it share the same address space and
coopertively.interthread communitation is inexpansive and
context switching from one thread to the next is lower in cost.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
How are the elements of a borderlayout organized?
Is infobus easy to use?
What is Stream Tokenizer?
What is metaspace?
What is TL and its use?
What is table mutation and how do you avoid it?
What is the difference between the session.update() method and the session.lock() method?
What is the argument type of a programs main() method?
Have you used threads in Servelet?
What is clustering? What are the different algorithms used for clustering?
What are the call back methods in entity bean?
What restrictions are placed on the values of each case of a switch statement?
What are callback interfaces?
Why do threads block on i/o?
What is message driven beam?