DEVFYI - Developer Resource - FYI

When a thread is created and started, what is its initial state?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

210. When a thread is created and started, what is its initial state?

A thread is in the ready state after it has been created and started.

(Continued on next question...)

Other Interview Questions