which one the better thread emplemented thread or extended ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the maximum size of arraylist in java?
How do you find the maximum number from an array without comparing and sorting?
What are the 6 mandatory procedures for iso 9001?
What things should be kept in mind while creating your own exceptions in java?
Is it possible for a yielded thread to get chance for its execution again?
Can a constructor call another constructor?
What is java in simple terms?
What is a short in java?
What is the += operator called?
Why does java not support operator overloading?
How many wrapper classes are there in java?
can I implement my own start() method? : Java thread
Can we write a class without main method in java?
What is primitive array?
What are the uses of java?