Are anonymous classes part of the associate exam 1Z0-803?
Posted: Fri Oct 18, 2013 12:25 pm
Is this explanation for completeness, or do we need to know anonymous classes for the associate test?
option 4 explanation:
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(){ }};