What is the difference between Process and Threads?
Answer Posted / surabhee
Firstly,a process can contain multiple threads.
In multithreading operating systems, a process gets its own memory address space; a thread doesn't.
Threads typically share the heap belonging to their parent process.
Even though they share a common heap, threads have their own stack space.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which container method is used to cause a container to be laid out and redisplayed?
What are local interfaces? Describe.
What is a sessionfactory? Is it a thread-safe object?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
How database connectivity in XML is achieved?
How will you pass parameters in RMI? Why do you serialize?
To what value is a variable of the string type automatically initialized?
Name the class that is used to bind the server object with RMI Registry?
What are the different methods of identifying an object?
What class is the top of the awt event hierarchy?
What is local interface. How values will be passed?
Where can I find seam examples and documentation?
If your ui seems to freeze periodically, what might be a likely reason?
Should synchronization primitives be used on bean methods?
Which are the different segments of memory?