System.out.println("Equal");
System.out.println("Not Equal");
A. Compiler errorB. Prints "Equal"C. Prints "Not Equal"D. None of the above