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

what do you mean by navigation property?

0 Answers   Microsoft,


How we can register the Area in ASP.Net MVC?

0 Answers  


what is Thread Priority?

2 Answers  


can i change web.config settings from iis?

1 Answers   HCL, ReadySoft, Wipro,


What is object service? : Entity framework

0 Answers  






How can you prevent your class to be inherated further

1 Answers  


What are actions in asp.net mvc?

0 Answers  


Is any files are generated,when we are adding the web reference to the web service?

2 Answers  


What is the benefit of entity framework?

0 Answers  


explain what does .edmx file contains?

0 Answers   Microsoft,


Name a few different return types of a controller action method?

0 Answers  


What is oauth in web api?

0 Answers  


Categories