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