What is Thread define it
| A thread is just a unit for that unit processor time is being allocated by operating system. It is also possible that there may be more then one thread in single App domain.Every App domain starts with single thread but can do to multiple domain.There are mainly two types of thread one is pre-emptive,Non-preemptive thread.
pre-emptive:-In this thread all things done by operating system which to run and which to not. Non-preemptive:- Here is s |
|
| equence is quite opposite after one thread is done thread then call to other thread. | |
