Page 1 of 1

About Question enthuware.ocpjp.v7.2.1290 :

Posted: Tue Jul 09, 2013 10:30 pm
by renatumb
I read this about thread's state,
http://docs.oracle.com/javase/7/docs/ap ... State.html

and the answer for the question is a little bit confused

Re: About Question enthuware.ocpjp.v7.2.1290 :

Posted: Thu Jul 11, 2013 8:50 am
by admin
You are right, it looks inconsistent with API. However, the states in the API are from a different perspective. They are the valid values for Thread.State enum (that is why they have the same state for Runnable and Running). While the question is talking from a conceptual perspective.

HTH,
Paul.