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 use of State Factories?
Do I have to use jsps with my application?
Explain about RMI Architecture?
What is ripple effect?
What is difference between object state and behavior?
What is jboss?
What is ioc concept?
What is a class loader? What are the different class loaders used by jvm?
How messaging services are done, before release of JMS?
Explain about thread synchronization inside a monitor?
What are the sequence of steps to write pub or sub model kind of application?
What is the difference between system.out ,system.err and system.in?
Name the class that is used to bind the server object with RMI Registry?
Is it possible to stop the execution of a method before completion in a sessionbean?
What you mean by COM and DCOM?