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
For class CFoo { }; what default methods will the compiler generate for you>?
java Technical questions asked by JPMC
How is a variable stored in memory?
What is difference between path and classpath in java?
What is class??
What are streams in java 8?
What is the null?
Can we have two methods in a class with the same name?
What is nested class?
What is the static block?
What is diamond operator in java?
Where is core java used?
What do you understand by synchronization?
How do you convert an int to a double in java?
Which class is the superclass of all classes?