What does the following Java code output?
String text = "Jaaaaava"; System.out.println(text.matches("Ja+v+a"));
Null
Error
true
false