What is the difference between Process and Threads?
Answer Posted / alok mmmec gkp
THE BASIC DIFFERENCE B/W THREADS AND PROCESSS IS THAT
THREAD CONTAINS A STACK IN WHICH USER N KERNAL PROCESS ADDRESS
ARE STORED
FOR EVERY STEP A NEW PROCESS IS CREATED IN THE PLACE OF IT
THREADS USES ITS STACK
| Is This Answer Correct ? | 28 Yes | 24 No |
Post New Answer View All Answers
Why a client should be multithreading? Explain.
Which are the different segments of memory?
What must a class do to implement an interface?
Write a program to show synchronization?
What is the difference between RMI and Corba?
What is the difference between system.out ,system.err and system.in?
Do I have to use jsps with my application?
What is ioc concept?
How would you detect a keypress in a jcombobox?
Explain about thread synchronization inside a monitor?
What is difference between object state and behavior?
Why do I get a duplicate name error when loading a jar file?
What value does readline() return when it has reached the end of a file?
What is a modular application?
Java is fully object oriented languages or not?