At other times, it's nice to know if a String-type variable is empty.

Sweet! isEmpty() returns true if the the string is, well, empty.

Psst: another way to check if a string is empty is by using the length() method on the string to check if it equals 0.

Almost! Maybe it's something very similar?