can u override the start() method of Thread class

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


Please Help Members By Posting Answers For Below Questions

Why parsing is done?

508


What is string in java is it a data type?

538


What are the types of java?

607


What are internal and external variables?

546


Where is the find and replace?

536






What is the static keyword?

592


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

1578


What is the major drawback of internal iteration over external iteration?

589


What is a null point?

559


Why java doesn’t support multiple inheritances?

586


Differentiate between stringbuffer and stringbuilder in java.

554


Can we write multiple catch blocks under single try block?

577


What are methods?

559


Can constructor be synchronized?

545


What are accessor methods in java?

559