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