What is multiThreading in .NET?



What is multiThreading in .NET?..

Answer / Vishal Bhatnagar

Multi-threading in .NET refers to the ability of a single application to perform multiple tasks concurrently by running multiple threads. Threads can be created using the System.Threading namespace, which provides classes such as System.Threading.Thread for creating and managing threads.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain me what is the .net framework and how does it work?

1 Answers  


What is an exe and a dll?

1 Answers  


DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12

3 Answers  


1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.

2 Answers   247Customer,


How com+ related to the dna architecture?

1 Answers  


asp mean

3 Answers   CTS, TCS,


what are design patterns in .net....?

2 Answers  


What does the "EnableViewState" property do?

1 Answers  


What is the Difference between imperative and interrogative code?

2 Answers  


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


What is alias ? Is it used in .Net ?

1 Answers   MCN Solutions,


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


Categories