What is the difference between Process and Threads?
Answer Posted / srinivas
Thread is nothing but functionality(group of statements)
which could be executed simultaneously with the other part
of the program, with the concept of each other.
Where as a process is nothing but 'a program which is under
execution'. Thread is a part of the process
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Name three subclasses of the component class?
Difference between DurableSubscription and non- DurableSubscription?
What are the different types of exception?
Can we sent objects using Sockets?
Explain ioc concept?
What modifiers may be used with an interface declaration?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is colon_pkg_prefixes and what is its use?
What are the purpose of introspection?
What is the highest-level event class of the event-delegation model?
What is the purpose of the notify() method?
what are getters and setters in Java with examples?
Why do threads block on i/o?
How to determine SGA site?
What are JTA/JTS and how they used by client?