What does the following Java code return?
String text = "Java"; System.out.println(text.equals("java"));
null
error
false
true