What will the following Java code output?
System.out.println("Java".equalsIgnoreCase("java"));
true
null
false
error