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 are the types of scaling?
what are RemoteObjects?
What are the different algorithms used for clustering?
How to pass parameters in RMI?
what is an isolation level?
What is message driven beam?
What is an abstract method?
What is the difference between the session.get() method and the session.load() method?
Is a class a subclass of itself?
How is a java object message delivered to a non-java client?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Do we need to override service() method
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is colon_pkg_prefixes and what is its use?
What is table mutation and how do you avoid it?