Describe the difference between a Thread and a Process?

Answer Posted / anshu

A thread is building block of process, there can be
multiple thread or at least one thread per process.
Process is self loadable but thread need a process to run.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is object in oop with example?

692


What is overriding in oop?

546


what is difference between class template and template class?

2157


Can we override main method?

600


What is a class oop?

588






IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

1575


Why multiple inheritance is not possible?

594


What is the point of oop?

646


program for insertion ,deletion,sorting in double link list

2276


What are the benefits of interface?

576


c++ program to swap the objects of two different classes

1757


What is an interface in oop?

591


What is super in oop?

589


Why is there no multiple inheritance?

564


What is difference between multiple inheritance and multilevel inheritance?

601