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 would you detect a keypress in a jcombobox?
What is threadfactory?
What is permgen or permanent generation?
Why won’t the jvm terminate when I close all the application windows?
What value does readline() return when it has reached the end of a file?
Explain the steps in details to load the server object dynamically?
What happens when a thread cannot acquire a lock on an object?
What is the difference between the session.get() method and the session.load() method?
What is ripple effect?
Is the infobus client side only?
Can you give me a simple example of using the requiredif validator rule?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Is there a guarantee of uniqueness for entity beans?
What is the infobus?
Are we allowed to change the transaction isolation property in middle of a transaction?