.Net Multi Threading Interview Questions

.Net Multi Threading Interview Questions

What is Multi-tasking ?

What is Multi-threading ?

What is a Thread ?

Did VB6 support multi-threading ?

Can we have multiple threads in one App domain ?

Which namespace has threading ?

Can you explain in brief how can we implement threading ?

How can we change priority and what the levels of priority are provided by .NET
?

What does Addressof operator do in background ?

How can you reference current thread of the method ?

What’s Thread.Sleep() in threading ?