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
What are the types of scaling?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is a modular application? What does module-relative mean?
what are getters and setters in Java with examples?
What are the design considerations while making a choice between using interface and abstract class?
Why is string immutable in java?
Can I run seam with jdk 1.4 and earlier?
What is the immediate superclass of the applet class?
what is meant by JRMP?
Explain about thread synchronization inside a monitor?
What is the map interface?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What are transaction attributes?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What is a clone?