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