Answer & ExplanationOption: [A]
A thread becomes not runnable when any of the following conditions satisfied:
(i) If sleep method is invoked
(ii) The thread calls the wait method to satisfy some specific conditions
(iv) The thread is blocking on I/O.