The switch statement compares the String object in its expression with the expressions associated with each case label as if it were using the String. equals method; consequently, the comparison of String objects in switch statements is case sensitive .
Read moreCan I use String in switch case in Java?
Yes, we can use a switch statement with Strings in Java .5 Tem 2019
Read more