How to implement Thread
Answers were Sorted based on User's Feedback
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 |
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 |
Which is the Best institute to do academic Project in Java? Need information about institutes at Ameerpet, Hyderabad.
What is java lang exceptionininitializererror?
What is dependency injection in java?
Can optional be null?
What is ioexception in java?
how ahstraction is the property of oops,this is also in c and c++ ex. printf function which is also hide the unnecessary data,so what is the difference ? and does c++ fallow the abstraction?
what is the package for freshers in valuelabs.
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?
What is an action class in java?
What is java language expression?
How to implement Hash Map?
How can I write a program that takes command line input?