Page 1 of 1
About Question enthuware.ocpjp.v7.2.1478 :
Posted: Thu Oct 23, 2014 4:48 am
by Statics
I slightly disagree with the option that run method is defined by Thread class, isn't it defined by Runnable interface?
Re: About Question enthuware.ocpjp.v7.2.1478 :
Posted: Thu Oct 23, 2014 6:46 am
by admin
No, it is declared by Runnable interface. It is defined by Thread class.
Also, just because a method is declared and/or defined by one class doesn't mean it cannot be declared and/or defined by another.
Re: About Question enthuware.ocpjp.v7.2.1478 :
Posted: Wed Jul 18, 2018 8:50 am
by Harvey Manfrenjensen
in the D-n-D screen, it is written "synchronize" instead of "synchronized", is it intentionally incorrect?
Regards, Paul
Re: About Question enthuware.ocpjp.v7.2.1478 :
Posted: Wed Jul 18, 2018 10:11 am
by admin
Yes, it is intentionally incorrect. You must use NONE for this.