Problem Statement
Calling run() directly on a Thread instance will:
Explanation
Only start() creates a new OS-level thread managed by the JVM. Calling run() is just a normal method call on the current thread.
Get the Preplance app for a seamless learning experience. Practice offline, get daily streaks, and stay ahead with real-time interview updates.
Get it on
Google Play
4.9/5 Rating on Store
Java · Interview Question
Detailed answer, explanation and code for this interview question. Ideal for Java interview preparation, coding rounds and viva questions.
Calling run() directly on a Thread instance will:

Master Java with our complete collection of questions, tutorials and guides.