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 |
What is the java virtual machine (jvm)?
What is a flatmap?
How do I know if I have jre or jdk?
What are tlds in java?
What is entitymanager in jpa?
What is ibatis in java?
How do I enable jvm?
what is the difference between Collaboration and Java Collaboration definition interms of JAVACAPS terminology?
What is the need to declare main() method as static in Java?
Do I need both jdk and jre?
Why is javac not recognized?
what about jdb and javadoc by example ?