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
Is overriding possible in java?
Detail discussions on JVM, memory management and garbage collector.
What is primitive array?
What are reference variables in java?
What is an object in java and how is it created?
How do you sort words in java?
Can a class extend more than one class?
Can variables be used in java without initialization?
Which command from the jdk compiles a java program?
What is default constructors?
How can we pass argument to a function by reference instead of pass by value?
How does the garbage collector works in java?
What is java beans?
How can we find the sum of two linked lists using stack in java?
How do you compare characters in java?