0 / 60 seg.

What is the result of executing this code?

String text = "Java 7";
System.out.println(text.matches("Java [0-9]"));