What is the difference between Process and Threads?
Answer Posted / rekha
A Procees is an execution of program but a thread is a
single execution sequence within a process(and so called
a "light weight process").
A process can contain n number of threads.
| Is This Answer Correct ? | 168 Yes | 11 No |
Post New Answer View All Answers
What is the argument type of a programs main() method?
What is clustering? What are the different algorithms used for clustering?
What is the difference between system.out ,system.err and system.in?
Why are component architectures useful?
What is the purpose of the wait() method?
Describe activation process?
Are there books about seam?
What is JTS?
What is the purpose of the finally clause of a try-catch-finally statement?
What modifiers may be used with an interface declaration?
why static class in java
What is an abstract method?
What are the call back methods in entity bean?
What is threadfactory?
what is Activation Instantinator?