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 |
What is polymorphism what are the different types of polymorphism?
Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.
What is difference between inheritance and polymorphism?
define oops concept with example
How to hide the base class functionality in Inheritance?
How Do you Code Composition and Aggregation in C++ ?
What is the difference between static polymorphism and dynamic polymorphism?
write a program to print * * * * * *
1. Define a class.
What is deep and shalow copy?
Do you know about multiple inheritance?
what is static?