What is the difference between Process and Threads?
Answer Posted / sathya
Process are heavy weight programs which consume considerable
amnt of memory for execution and are heavily dependent on
system resources for their execution
Threads are light weight and use the min available sys
resources as a whole and can execute simultaneously to
acheive a given task.
| Is This Answer Correct ? | 130 Yes | 23 No |
Post New Answer View All Answers
What is a class loader?
What is the purpose of the notifyall() method?
What is the immediate superclass of the applet class?
What is the difference between the string and stringbuffer classes?
What restrictions are placed on the location of a package statement within a source code file?
Can I have an action without a form?
What’s jboss cache in short?
How to deploy Jar, War files in J2EE?
What is ioc concept?
Can I run seam with jdk 1.4 and earlier?
What is the difference between system.out ,system.err and system.in?
Can we sent objects using Sockets?
What is the infobus?
What is a tasks priority and how is it used in scheduling?
How to implement RMI in Java?