Answer Posted / vishwanath
We can override start() method but it is not recommended.
Why because...the start() method of Thread class first
registers a new thread with the Thread Scheduler and it
invokes run() method.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the main differences between notify and notifyAll in Java?
When is an object subject to garbage collection?
What is composition in java?
Why parsing is done?
What is the significance of listiterator?
Name few "optional" classes introduced with java 8 ?
when you will synchronize a piece of your code? : Java thread
What are the important features of Java 8 release?
What are some characteristics of interference class?
What is the lifetime and scope of a variable?
Define reflection.
Describe string intern() methodology
What is the list interface?
What is unicode full form?
Explain serialization and deserialization in java?