What will the following Java code output?
System.out.println("Java".compareTo("java"));
A negative number
A positive number
0
error