What is the difference between Process and Threads?
Answer Posted / dinesh tiwari
A process is an instance of an running application.
And a Thread is the execution stream of the process.
A process can have multiple threads.
| Is This Answer Correct ? | 30 Yes | 6 No |
Post New Answer View All Answers
What is a class loader? What are the different class loaders used by jvm?
What is chat area? Explain.
What do you mean by Socket Programming?
Why do threads block on i/o?
What is meant by method chaining?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
How to determine SGA site?
What is the purpose of the notifyall() method?
What classes of exceptions may be caught by a catch clause?
Why are some of the class and element names counter-intuitive?
what is handle?
Why is string immutable in java?
What are the purpose of introspection?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What are the different types of exception?