which one the better thread emplemented thread or extended ?
Answer Posted / anand
its better to use runnable
interface....
using this interface
multithreading is became
possible in java
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is static block?
when should you use stringbuilder class in a program?
What are the two ways to create a thread?
What is Java Shutdown Hook?
Give me example of derived data types.
What happens when a thread cannot acquire a lock on an object in java programming?
How many types of literals are there in JAVA?
What does substring mean?
How do you implement singleton class?
Can we override constructor?
can I implement my own start() method? : Java thread
What is a default method?
What happens when main () method is declared as private?
How do you declare an array that will hold more than 64KB of data?
How concurrent hashmap works?