| Java switch statement | ||||
| subject | fact | |||
| Java switch statement | can be avoided by using polymorphism | ![]() |
has form switch(primitiveVariable) | ![]() | |
| is a subtopic of The Basics of Java | ![]() | |
| is a kind of Java decision-making statement | ![]() | |
| Java statement | is terminated by a semicolon | ![]() |
| statement | should be not more than one line long if possible | ![]() |