What does this code return?
boolean matches = "Java".matches("J.va"); System.out.println(matches);
true
Error
false
Null