What is the difference between Process and Threads?
Answer Posted / kamran
The key difference is that processes are fully isolated
from each other; threads share (heap) memory with other
threads running in the same application.
| Is This Answer Correct ? | 17 Yes | 12 No |
Post New Answer View All Answers
why static class in java
What is in-memory replication?
What method is invoked to cause an object to begin executing as a separate thread?
What do you know about seam?
What class is the top of the awt event hierarchy?
What is TL and its use?
Can you control when passivation occurs?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is scalable, portability in the view of J2EE?
Explain what is synchronization?
What do you mean by Socket Programming?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is chat area? Explain.
What is prototype?