Can we have multiple threads in one App domain

Q

Can we have multiple threads in one App domain ?

✍: Guest

A

One or more threads run in an AppDomain. An AppDomain is a runtime representation of a logical process within a physical process. Each AppDomain is started with a single thread, but can create additional threads from any of its threads.
Note :- All threading classes are defined in System.Threading namespace.

2007-10-22, 4916👍, 0💬