Microsoft.NET Question:
Download Job Interview Questions and Answers PDF
Is .NET capable of supporting multi-thread?
Answer:
Multithreading is a important feature of .NET, which was not there in Visual Basic.
If u want to use Multithreading, import a namespace called as System.Threading.In this namespace there are many classes related to it like Mutex,....
If u want to use Multithreading, import a namespace called as System.Threading.In this namespace there are many classes related to it like Mutex,....
Download Microsoft.NET Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain How does assembly versioning work? | What is IL and C#? |