What is a thread c#?



What is a thread c#?..

Answer / Yogesh Kumar

"A Thread in C# represents the smallest sequence of programmed instructions that can be managed independently by an operating system. In .NET, threads are used to execute code concurrently or perform long-running tasks without blocking other parts of the application."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Which is the base class in c#?

1 Answers  


What is difference between array and collection in c#?

1 Answers  


When you inherit a protected class-level variable, who is it available to?

4 Answers   Visual Soft,


Which is executed if an exception has not occurred?

1 Answers   Siebel,


Do events have return type c#?

1 Answers  


How do you declare an arraylist?

1 Answers  


Can structs in c# have destructors?

1 Answers  


You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?

1 Answers  


What is difference between overloading and short circuiting?

1 Answers  


Where do we use serialization in c#?

1 Answers  


Does c# supports destructors?

9 Answers   Choice Solutions,


What is a console?

1 Answers  


Categories