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 is connection class in java?
Where are variables stored?
what is the difference between preemptive scheduling and time slicing? : Java thread
What is the static import?
How is final different from finally and finalize?
What is a ternary operator in java? What is an interface?
Explain about field hiding in java?
Why is stringbuffer faster than string?
Are constructors methods?
What are the main differences between the java platform and other platforms?
What is the difference between member variables initialization and assignment in a constructor?
What are classloaders?
define polymorphism in java
What is the default size of load factor in hashing based collection?
What is the use of StringTokenizer class?