14.
In Java, what does the "default" keyword refer to in a "switch" statement?

18.
In Java, what does the "switch" statement evaluate to determine which case to execute?

19.
What is the purpose of the "if-else" statement in Java?

20.
Which of the following is a valid way to create an infinite loop in Java?