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 are the different class loaders used by jvm?
Which javutil classes and interfaces support event handling?
What is the argument type of a programs main() method?
why static class in java
What is the relationship between an event-listener interface and an event-adapter class?
What’s jboss jbpm?
What is a clone?
What is the diffrence between a local-tx-datasource and a xa-datasource?
What is the form of storage space in java?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is JTS?
Which container method is used to cause a container to be laid out and redisplayed?
What are the different algorithms used for clustering?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
what are memory considerations of jsp compares to other web components?