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 inheritance write a program to show use of inheritance?
What are the benefits of interface?
What is oops with example?
What is meant by multiple inheritance?
What is interface in oop?
What does enum stand for?
Can you explain polymorphism?
What is object and example?
What is difference between multiple inheritance and multilevel inheritance?
What is property in oops?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the real time example of inheritance?
What is class in oop with example?
What is a null tree?
What is the example of polymorphism?