What is the result of executing this code?
String text = "Java 7"; System.out.println(text.matches("Java [0-9]"));
true
Null
false
Error