What is more advisable to create a thread, by implementing
a Runnable interface or by extending Thread class?
Answer Posted / ravikiran
by implementing runnable interface
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we create constructor in abstract class ?
What is java util?
Explain about the interpreter in java?
What is module in project?
What are the uses of java?
How to read and write image from a file ?
How to create an interface?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
Explain the difference between throw and throws in java?
What is difference between array and vector?
What will happen to the exception object after exception handling?
What is a function in java?
What is a void in java?
How list contains works in java?
What is the use of singleton?