Short Answer
For the switch statement, if you need to do something special when there are no case constants that match the controlling expression's value, then you should use the keyword ______ at the bottom of the switch statement to handle that situation.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: To call a regular method, you preface
Q2: Polymorphism refers to a variable's ability to
Q3: To emulate a class with legacy code,
Q4: Legacy code is code that has improved
Q6: If you declare a variable with <code>var</code>,
Q7: To implement a subclass, you need to
Q8: UML stands for Unified _ Language.
Q9: When a function is called by another
Q10: The _ method searches for a specified
Q11: What is the difference between a method