which one the better thread emplemented thread or extended ?
Answers were Sorted based on User's Feedback
Answer / ravikiran
implementing runnable interface is a bettr practice
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / anand
its better to use runnable
interface....
using this interface
multithreading is became
possible in java
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / arun
thread implements is the better one no need of creating a
thread object(thread t =new thread()),we just write t.run()
| Is This Answer Correct ? | 0 Yes | 3 No |
What’s the difference between constructors and other methods?
What is regex java?
What is arrays fill in java?
In java, how we can disallow serialization of variables?
What is use of arraylist in java?
What is null data type?
What is the difference between integer parseint and integer valueof?
what is meant by Byte code concept in Java?
What is a default package ?
What is an inner class in java?
Write a program to print count of empty strings in java 8?
What class is used to implement a Throwable array?