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

Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why

0 Answers  


Why struts framework is used in java?

0 Answers  


Where is java installed?

0 Answers  


What is meant by rest api in java?

0 Answers  


what is the function of OS

3 Answers  


What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?

0 Answers  


How do I run a java program from the command line?

0 Answers  


What is the difference between map and flatmap in java?

0 Answers  


What is custom tag in java?

0 Answers  


1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?

0 Answers  


How can I check single byte, double byte of character in JTextField?(eg. japan unicode and English unicode)

0 Answers  


How do you create a jar file?

0 Answers  


Categories