Page 1 of 1

About Question enthuware.ocpjp.v7.2.1454 :

Posted: Tue Jul 07, 2015 8:17 pm
by ewebxml
I understand that this explanation was recently updated.

Should the explanation for option e) say
It will stop the current thread from executing until the thread referenced by t ends.
The explanation for option e) currently says
It will stop the current thread from executing until the thread referenced by t does not end.
----
Please confirm.
()()()

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

Posted: Tue Jul 07, 2015 9:43 pm
by admin
Yes, current thread will remain stopped as long as thread referred to by t is running :)

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

Posted: Tue Jul 07, 2015 10:01 pm
by ewebxml
Thank you for your reply:
To verify,
I want to make sure that the following 2 statements are equivalent.

Statement 1:
Current thread will remain stopped as long as thread referred to by t is running.
Statement 2:
It will stop the current thread from executing until the thread referenced by t ends.
-

I am assuming that the explanation for option e) will be updated with the next software release.
Please confirm.

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

Posted: Tue Jul 07, 2015 11:39 pm
by admin
Yes, both are same. Will update asap.
thank you for your feedback!