what is difference between thread and programme.



what is difference between thread and programme...

Answer / lalit

hread is the smallest executable unit of a process. For example, when you run a notepad program, operating system creates a process and starts the execution of main thread of that process.
Process is an executing instance of a program. For example, When you double click on the Google Chrome icon on your computer, you start a process which will run the Google Chrome program. When you double click on a notepad icon on your computer, a process is started that will run the notepad program.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is the main feature of oop?

0 Answers  


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


What is polymorphism what are the different types of polymorphism?

0 Answers  


What is the difference between declaration and definition?

20 Answers   IBS,


Difference between realloc() and free?

9 Answers   HP,






Which language is pure oop?

0 Answers  


What is the real time example of inheritance?

0 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


sir i want to know which posting to apply since i am BE CSE.. also want to know what are the rounds there for my interview...Expecting for ur valuable answer....

2 Answers  


what is the new version of oops

0 Answers   Ignou,


c++ is a purely oop concept?

3 Answers   Google, TCS,


Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


Categories