B. public class MainClass{ public static void main(String[] argv){ System.out.println(MyInterface instanceof String); } } interface MyInterface{ } Exception in thread "main" java.lang.Error: Unresolved compilation problem: MyInterface cannot be resolved at MainClass.main(MainClass.java:6)