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 is code first? : Entity framework

0 Answers  


What is entity framework used for?

0 Answers  


What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?

0 Answers  


I couldnot answer for projects bcz i have 2+ fake experience.can you please tell me how to answer..?

2 Answers   IBM,


What is mapping in entity framework? : Entity framework

0 Answers  






What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?

1 Answers   BWT, MMTS, UIU,


What are non action methods in mvc?

0 Answers  


Which is the base class for .net Class library?

12 Answers   Sonata, TCS,


What is Jit compilers?.how many are available in clr

1 Answers  


about triggers?

6 Answers   CSC,


Explain what languages does the .net framework support?

0 Answers  


What is MSIL, IL, CTS and, CLR

1 Answers  


Categories