Java

Switch

The switch statement provides another way to decide which statement to execute next , The switch statement evaluates an expression and then attempts to match the result with several cases., The match must be an exact match. The Switch Statement