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 we add constraints to the route? If yes, explain how we can do it?

0 Answers  


What is controllercontext?

0 Answers  


How we can call a javascript function on the change of a dropdown list in mvc?

0 Answers  


Is razor a server side?

0 Answers  


What are delegates?where are they used

1 Answers  






What type of filter does outputcacheattribute class represents?

0 Answers  


List the new features added in .net framework 4.0.

0 Answers  


What is the difference between partial and renderpartial?

0 Answers  


What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?

0 Answers  


What's the difference between const and readonly ?

2 Answers  


what are abstract classes? what is overriding?

12 Answers  


What is entity framework? : Entity framework

0 Answers  


Categories