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
Why we use set in java?
What is class??
How big is a pointer?
Why for each loop is used?
What is the difference between a method and a function in alice?
What is a nested structure?
What is the difference between checked exception and unchecked exception?
How many ways can we create singleton class?
What is an example of declaration?
What do you understand by looping in java? Explain the different types of loops.
Do loops java?
What do you understand by casting in java language?
What is the instance of an object?
What is the ==?
Can we use static class instead of singleton?