Runnable is the state of the thread after invocation of start() method - Core Java

Q.  In which state is the thread after invocation of start() method, but the thread Scheduler has not selected it to be the running thread?
- Published on 10 Jul 15

a. Running
b. Runnable
c. Terminated
d. Non-Runnable

ANSWER: Runnable

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)