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 the diamond problem in inheritance?
write string class as your own class in java without using any built-in function
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How do you achieve polymorphism?
what is different between oops and c++
What is polymorphism what is it for and how is it used?
Why is oop better than procedural?
How do you define social class?
Which type does string inherit from?
What is super in oop?
What is data binding in oops?
What is encapsulation example?
Is data hiding and abstraction same?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is for loop and its syntax?