What does the regex ^Java$ ensure about the string it matches?
^Java$
Contains "Java"
Begins with "Java"
Exactly matches "Java"
Ends with "Java"