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 kind of thread is the garbage collector thread?
What is the resourcebundle class?
What is an interceptor in java?
How do I open the java console in windows 10?
What is injection in java?
What is meant by framework in java?
How can I write a program that takes command line input?
Why Java is a platform independent language?Explain byte code and JVM
What are the benefits of a jar file?
What are microservices in java?
Why do we need framework in java?
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution