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 the difference between the ‘font’ and ‘fontmetrics’ class?
What is prototype?
What happens when a thread cannot acquire a lock on an object?
Is it possible to stop the execution of a method before completion in a sessionbean?
Name three subclasses of the component class?
What is the immediate superclass of the applet class?
If your ui seems to freeze periodically, what might be a likely reason?
Why is string immutable in java?
What is Stream Tokenizer?
What is aop(assepct oriented programing)?
What is the difference between session and entity beans?
why static class in java
Can we sent objects using Sockets?
Can I have an action without a form?
Brief description about local interfaces?