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
Name the class that is used to bind the server object with RMI Registry?
Do we need to override service() method
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’s jboss jbpm?
What is a class loader?
Explain about local interfaces.
difference between ejb,struts,hibernate,spring and jsp
What is ioc concept & explain it?
What is the difference between the string and stringbuffer classes?
Why are component architectures useful?
Do I need to import javlang package any time? Why ?
Is the infobus client side only?
When a thread blocks on i/o?
What classes of exceptions may be caught by a catch clause?
Is jvm a overhead?