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 interface is extended by awt event listeners?
What is equals method in java?
What is the maximum size of byte array in java?
Why are data types important?
Is array synchronized in java?
What about interthread communication and how it takes place in java?
What is difference between pointer and reference?
What is difference between public static and void?
What is the collections api?
Is java a utf 8 string?
What is off heap memory?
Is it possible for a yielded thread to get chance for its execution again?
What are user defined exceptions?
What is rmi and steps involved in developing an rmi object?
What is slash r?