The Java Switch statement enables you to select a set of Java statements to execute depending on the value of a variable. You can switch on variables of data types byte, Byte, short, Short, int, char, Character, int, Integer, String and enum.
Here is a textual version of this Java switch tutorial:
[ Ссылка ]
Here is the second video in this Java switch tutorial series:
[ Ссылка ]
Ещё видео!