What are the methods in Thread class?

Answers were Sorted based on User's Feedback



What are the methods in Thread class?..

Answer / andhrawala1983

Abort()
GetData()
GetInformation()
Interupt()
Join()
Resume()
SetData()
Sleep()
Start()
Suspent()

are the methods of a thread.

Is This Answer Correct ?    33 Yes 9 No

What are the methods in Thread class?..

Answer / srikanth

The following methods are available in Thread Class.They are
1)start()
2)run()
3)sleep()
4)interrupted()
5)yield()
6)suspend()
7)isAlive()
8)setPriority()
9)getPriority()
10)wait()

Is This Answer Correct ?    8 Yes 1 No

What are the methods in Thread class?..

Answer / sawfarali

Abort()
GetData()
GetInformation()
Interupt()
Join()
Resume()
SetData()
Sleep()
Start()
Suspent()

Is This Answer Correct ?    10 Yes 4 No

Post New Answer

More Dot Net Framework Interview Questions

Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


How do you convert a string into an integer in .NET

1 Answers  


what is an assembly?

11 Answers  


Where is tempdata stored?

0 Answers  


what is lazy loading in entity framework?

0 Answers   Microsoft,






What is the use of the default route?

0 Answers  


How to enable Attribute Routing?

0 Answers  


What are Validation Annotations?

0 Answers  


Can you set the unlimited length for "maxjsonlength" property in config?

0 Answers  


How does �side by side� work for the .net framework 3.0?

0 Answers  


What is Globalizationa and Localization

1 Answers  


Can you use Razor code in Javascript in ASP.Net MVC?

0 Answers  


Categories