How to implement Thread

Answers were Sorted based on User's Feedback



How to implement Thread..

Answer / videh jaiswal

Thread can be implement by Using Runnable Interface,
by use of Public void run();

Is This Answer Correct ?    6 Yes 0 No

How to implement Thread..

Answer / rakesh jain

there are tow method to implement an thread
1. by extending the thread class.
2. by using runnable interface.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Java Related AllOther Interview Questions

Why is struts used in java?

0 Answers  


What is aop java?

0 Answers  


In an htm form i have a button which makes us to open another page in 15sec.how will you do that?

0 Answers  


What is the difference between java se and java ee?

0 Answers  


What can open a jar file?

0 Answers  


What is profile in java?

0 Answers  


What is gwt in java?

0 Answers  


Define network programming?

0 Answers  


Difference between Abstract Class & Interface?

4 Answers   HCL, IBM,


Which method is used to create the daemon thread?

0 Answers  


How do I install java on windows?

0 Answers  


Why there are no global variables in java?

0 Answers  


Categories