Describe the difference between a Thread and a Process?
Answer Posted / priyanka agrawal
1. We can execute a process but threads can be created
and executed from inside a process.
2. thread uses shared memory but process uses different
memory.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation with example?
What does and I oop mean in text?
Why is polymorphism used?
How do you answer polymorphism?
How can you overcome the diamond problem in inheritance?
What is property in oops?
What do you mean by variable?
what are the ways in which a constructors can be called?
what is graphics
What is polymorphism explain its types?
#include
What is encapsulation c#?
What is a class in oop?
How to call a non virtual function in the derived class by using base class pointer
write a C++ program for booking using constructor and destructor.