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 decalarations?
Can singleton class be serialized?
What is difference between java and java ee?
Explain notifyall() method of object class ?
What is the difference between access specifiers and access modifiers in java? 16
What is meant by class?
What's the default access specifier for variables and methods of a class?
Print Vertical traversal of a Binary Tree.
What is the memory leak in java?
What is difference between classpath and path variables in java?
What is the requirement of thread in java?
What is the difference between JDK and JVM?
What about interrupt() method of thread class ?
What is the use of object and class classes?
What are the restrictions imposed by a Security Manager on Applets?.