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
Can I use multiple html form elements with the same name?
How a component can be placed on Windows?
What is mdb and what is the special feature of that?
What is the difference between the string and stringbuffer classes?
what are the advantages of JTA over JTS?
What are the purpose of introspection?
Which class is the immediate superclass of the menucomponent class?
What is jboss?
Why do I get a duplicate name error when loading a jar file?
What is the difference between java class and bean?
What is meant by method chaining?
What is difference between object state and behavior?
What are the different approaches to represent an inheritance hierarchy?
What if the static modifier is removed from the signature of the main method?
Explain what is orm?