Page 1 of 1

Are anonymous classes part of the associate exam 1Z0-803?

Posted: Fri Oct 18, 2013 12:25 pm
by mbrichmo
Is this explanation for completeness, or do we need to know anonymous classes for the associate test?
option 4 explanation:
Since Runnable is an interface, it cannot be instantiated like this. But you can do : Runnable r = new Runnable(){public void run(){ }};

Re: Are anonymous classes part of the associate exam 1Z0-803?

Posted: Fri Oct 18, 2013 12:47 pm
by admin
This is just for completeness. You are not expected to know about anonymous classes for this exam.

HTH,
Paul.