Can we have multiple threads in one App domain ?

Q

.NET INTERVIEW QUESTIONS - 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.

2009-11-10, 4700👍, 0💬