0 / 60 seg.

What does this code return?

boolean matches = "Java".matches("J.va");
System.out.println(matches);