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 cdi bean in java?
What are the benefits of a jar file?
What is entitymanager in jpa?
How do I run a project in netbeans?
What does el mean in java?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.
Which version of my browser should I use? : java security
How can I write a program that takes command line input?
Explain the encapsulation principle.
What is the difference between a jvm and a jdk?
What is the use of entity class in java?
In java what is the difference between sleep() and wait() .