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
Why is encapsulation used?
What is abstraction encapsulation?
Can you inherit a private class?
What is the use of oops?
Why is object oriented programming so hard?
What is variable example?
Why is polymorphism used?
What is the advantage of oop over procedural language?
when to use 'mutable' keyword and when to use 'const cast' in c++
Can we override main method?
What is an interface in oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What are benefits of oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What is encapsulation with real life example?