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


Please Help Members By Posting Answers For Below Questions

Explain the advantages of inheritance.

677


What is property in oops?

571


What is constructor in oop?

591


Why do we use oops?

595


What is difference between polymorphism and inheritance?

621






What does <> mean pseudocode?

625


What is the point of polymorphism?

592


What is the significance of classes in oop?

591


Why polymorphism is used in oops?

586


What are the 3 principles of oop?

621


What is super in oop?

600


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1639


Is oop better than procedural?

576


Why we use classes in oop?

585


What makes a language oop?

600