In java thread programming, which method is a must implementation for all threads?
Answer / Ankur Bhardwaj
The run() method must be implemented for all threads. This method contains the code that will be executed when the thread starts running.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?
why the sleep method does not leave the lock and wait method leave the lock
How does java handle integer overflows and underflows?
Explain the inheritance principle.
Why are lambda functions called lambda?
What is native class in java?
What is orm in java?
What is jsr in java?
What is java lang noclassdeffounderror?
What are microservices in java?
What is the difference between swing and awt components?
what is jdbc?