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
What is the argument type of a programs main() method?
What is metaspace?
Which textcomponent method is used to set a textcomponent to the read-only state?
What restrictions are placed on the values of each case of a switch statement?
Can I use multiple html form elements with the same name?
what is a portable component?
Difference between swing and awt?
What is the difference between a static and a non-static inner class?
What is ioc concept?
What is the difference between session and entity beans?
When is the best time to validate input?
difference between ejb,struts,hibernate,spring and jsp
Why do threads block on i/o?
If your ui seems to freeze periodically, what might be a likely reason?
Name three subclasses of the component class?