What is the difference between Process and Threads?
Answer Posted / swagatika
Process-When a program executed then process creats which
take space in the memory with its own address space.
-context switching will be delay and more costly in compare
to the thread as it will be the swiching from one memory
space to other memory space.
-One Process can have multiple thread..
Ex-Window Media Player
In the media player
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is Activation Instantinator?
How can I scroll through list of pages like the search results in google?
Why is string immutable in java?
What is jboss?
Is a class a subclass of itself?
What is the infobus?
Difference between swing and awt?
What are transaction attributes?
Name the eight primitive java types.
How to determine SGA site?
What are the different approaches to represent an inheritance hierarchy?
Can I map more than one table in a cmp?
How database connectivity in XML is achieved?
Where can I find seam examples and documentation?
What is a sessionfactory? Is it a thread-safe object?