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 |
Why is javac not recognized?
What gives java it’s “write once and run anywhere” nature?
how can program polindrome using java
What is dao in java?
What are the advantages of lambda functions?
Differences between intermediate operations and terminal operations of java 8’s stream api?
When a thread is created and started, what is its initial state?
Is jdk a compiler?
What about 'hostile applets'? : java security
What are the rules regarding quotation marks?
Is jprofiler open source?
Why is struts used in java?