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

What is the significance of classes in oop?

591


Are polymorphisms mutations?

705


Can enum be null?

590


What is inheritance write a program to show use of inheritance?

617


How oops is better than procedural?

594






They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1396


What is abstraction in oop with example?

647


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431


Explain the concepts involved in Object Oriented programming.

644


How do you define a class in oop?

631


explain sub-type and sub class? atleast u have differ it into 4 points?

1840


What is encapsulation example?

553


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

944


What causes polymorphism?

577


2. Give the different notations for the class.\

1594