How can we check if s starts with the a "J"?

s.startsWith("J");s.endsWith("J");s.equals("J");s.startsWith(s);

Sweet! That's a perfect use case for startsWith().

Oh noes! That's a perfect use case for startsWith().