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