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 steps to write p-to-p model application?
What are the different approaches to represent an inheritance hierarchy?
Difference between loadclass and class.forname?
What is the RMI and Socket?
What is a sessionfactory? Is it a thread-safe object?
What is TL and its use?
Explain RMI Architecture?
What are externizable interface?
Explain the difference between object state and behavior?
What are the purpose of introspection?
Why is string immutable in java?
How will you pass parameters in RMI? Why do you serialize?
How are commas used in the intialization and iteration parts of a for statement?
Difference between swing and awt?
What is the relationship between the canvas class and the graphics class?