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 are the basic interfaces of java collections framework?
Why do we need wrapper class?
Is empty in java?
Why we go for collections in java?
What are the four pillars of java?
What type of value does sizeof return?
How do you execute a thread in java?
How to obtain a performance profile of java program
Does list maintain insertion order java?
What is the main use of generics in java?
What is the scope or life time of instance variables?
What is the best definition for data?
What is floor in java?
What is java argument list?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.