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
If your ui seems to freeze periodically, what might be a likely reason?
What must a class do to implement an interface?
When a thread blocks on i/o, what state does it enter?
What’s jboss jbpm?
What is the form of storage space in java?
Do we need to override service() method
What is the infobus?
What is a class loader?
What is abstract schema?
What is synchronization and why is it important?
What is a sessionfactory? Is it a thread-safe object?
What are the services in RMI ?
Can I map more than one table in a cmp?
Why does the option tag render selected=selected instead of just selected?
Explain what is orm?