Describe the difference between a Thread and a Process?

Answer Posted / nk

We can execute a process (EXE) but threads can be created
and executed from inside a process

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

1617


What is constructor in oop?

576


when to use 'mutable' keyword and when to use 'const cast' in c++

1639


How to call a non virtual function in the derived class by using base class pointer

5239


What is polymorphism in oops with example?

523






Why is encapsulation used?

569


How long to learn object oriented programming?

553


Why do we use oop?

593


Get me an image implementation program.

1550


2. Give the different notations for the class.\

1576


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?

1932


Can you inherit a private class?

626


Can we create object of abstract class?

567


What is advantage of inheritance?

676


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

934