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 are the oops concept?
Why does the tag url-encode javascript and mailto links?
How to pass parameters in RMI?
which type of objects reference will be given to client?
Which textcomponent method is used to set a textcomponent to the read-only state?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
How to deploy Jar, War files in J2EE?
What is the form of storage space in java?
What is chat area? Explain.
What is the RMI and Socket?
What is bean? Where can it be used?
Explain the difference between object state and behavior?
What are externizable interface?
Why use POJO when I can use hashmap
What is in-memory replication?