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
Why are some of the class and element names counter-intuitive?
What is the difference between the string and stringbuffer classes?
What is the purpose of the notify() method?
What is an abstract method?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
whats is mean by tiles in struts
What are the diff types of exception?
Are we allowed to change the transaction isolation property in middle of a transaction?
What is the immediate superclass of the applet class?
How would you create a button with rounded edges?
How to pass parameters in RMI?
Are enterprise beans allowed to use thread.sleep()?
Do I need to import javlang package any time? Why ?
How substring() method of string class create memory leaks?
Should synchronization primitives be used on bean methods?