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