can u override the start() method of Thread class

Answer Posted / gcd

Yes you can override the start method of the thread class.

if you extend from the thread class. and override.
then only start method will be called

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What's the difference between int and integer in java?

529


What is a "pure virtual" member function?

594


What does string [] args mean?

533


What are the states of thread in java?

506


There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

985






Which java version is latest?

530


What is meant by collection in java?

537


What causes memory leaks in java?

480


What is this () in java?

570


What are the principle concepts of oops?

530


Differentiate between == and equals().

587


Can we overload run() method in java?

587


What are the advantages of exception handling?

546


Explain what do you mean by functional overloading in java?

547


What is the use of StringTokenizer class?

603