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 15a. Running
b. Runnable
c. Terminated
d. Non-Runnable
ANSWER: Runnable