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