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
Why synchronization is important?
What are the types of strings?
Can java arraylist hold different types?
What is internal iteration in java se 8?
Which method cannot be overridden in java?
how we can make a read-only class in java?
what is the purpose of the runtime class?
Explain what access modifiers can be used for variables?
What is the difference between the paint() and repaint() methods in java programming?
Can we call a non-static method from inside a static method?
What is operator overloading. Is it is supported in java?
What are the major advantages of internal iteration over external iteration?
Explain parallel processing in java8?
Can an integer be null java?
Describe the process as to how substring() methodology mechanisms in java.