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
Define the remote object implementation?
Java is fully object oriented languages or not?
What is threadfactory?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
what is meant by JRMP?
Difference between swing and awt?
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?
What value does readline() return when it has reached the end of a file?
What is RMI and what are the services in RMI?
whats is statement and procedure
To identify IDL language what mapping mechanism is used?
What is the difference between java class and bean?
What is a tasks priority and how is it used in scheduling?
What is clustering? What are the different algorithms used for clustering?
What is the highest-level event class of the event-delegation model?