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
Write a program to sort the number with different sorts in one program ??
Where You Can Use Interface in your Project
What is data binding in oops?
What is class and object in oops?
Why is polymorphism needed?
class type to basic type conversion
What is encapsulation in oop?
What is byval and byref? What are differences between them?
What are classes oop?
What is object in oop?
How oops is better than procedural?
What are the three parts of a simple empty class?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
How do you achieve runtime polymorphism?
What are the 4 pillars of oop?