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
What are the purpose of introspection?
Name the class that is used to bind the server object with RMI Registry?
Explain what is orm?
Is a class a subclass of itself?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is permgen or permanent generation?
What is a session? Can you share a session object between different theads?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
what are the advantages of JTA over JTS?
what is handle?
What is aop(assepct oriented programing)?
What is the difference between long.class and long.type?
What is the purpose of the wait() method?
What must a class do to implement an interface?
What is an abstract method?