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
How is string immutable in java?
Can we declare an array without size in java?
What is incompatible types in java?
What is the difference between iterator and list iterator?
What is jpa specification?
What is object class in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
how can you take care of mutual exclusion using java threads? : Java thread
What is a control variable example?
What is array sorting in java?
What is t type java?
When can an object reference be cast to an interface reference in java programming?
Can vector have duplicates in java?
What is a literal coding?
What is singleton class example?