DEVFYI - Developer Resource - FYI

What state does a thread enter when it terminates its processing?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

447. What state does a thread enter when it terminates its processing?

When a thread terminates its processing, it enters the dead state.

(Continued on next question...)

Other Interview Questions