Can we use instanceof to test that objects implement a given interface? e.g.
Please help me to take a look at my syntax....Thank s
Code:
object instanceof java/lang/Runnable; //test if it implements the Runnable interface
Comment