0 / 60 seg.

What does the following Java code output?

String text = "Jaaaaava";
System.out.println(text.matches("Ja+v+a"));