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
what are the realtime excercises in C++?
Can private class be inherited?
What is protected in oop?
Templates mean
What is the difference between procedural programming and oops?
What is polymorphism programming?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Prepare me a program for the animation of train
Is html an oop?
Which method cannot be overridden?
How do you define social class?
What is class and example?
What is abstraction example?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is difference between multiple inheritance and multilevel inheritance?