what is difference between thread and programme.
Answer Posted / 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 View All Answers
What do you mean by variable?
What is oops concept with example?
program for insertion ,deletion,sorting in double link list
Why do pointers exist?
Where You Can Use Interface in your Project
What is abstraction encapsulation?
What are the benefits of polymorphism?
Why we use classes in oop?
Is react oop?
Why multiple inheritance is not possible?
What is byval and byref? What are differences between them?
write string class as your own class in java without using any built-in function
What is class in oop with example?
What is encapsulation and abstraction? How are they implemented in C++?
what's the basic's in dot net