Page 1 of 1

About Question enthuware.ocpjp.v8.2.1529 :

Posted: Mon Mar 16, 2020 11:47 am
by bkazooie
Hi Paul

Why this answer is marked as wrong?

class MyClass implements Run{ }

Re: About Question enthuware.ocpjp.v8.2.1529 :

Posted: Mon Mar 16, 2020 12:28 pm
by admin
What is Run? Do you think an object of MyClass as declared in this option can be passed to new Thread( anObjectOfMyClass )?

Re: About Question enthuware.ocpjp.v8.2.1529 :

Posted: Mon Mar 16, 2020 2:20 pm
by bkazooie
yes you are right, silly question. It should be Runnable. Thanks for replying me