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
Why we use classes in oop?
What is solid in oops?
Is enum a class?
What is oops?what is its use in software engineering?
which feature are not hold visual basic of oop?
Can enum be null?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What is multilevel inheritance in oop?
Can a varargs method be overloaded?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What are oops functions?
How many human genes are polymorphic?
What is polymorphism and its types?
Can we have inheritance without polymorphism?
What are constructors in oop?