Java Tutorial 19 - Switch Case Statement - Study Viral
This video show the use of Switch Case Statement.The switch statement is a multi-way branch statement. It provides an easy way to dispatch execution to different parts of code based on the value of the expression.
It can accepts byte, short, char, and int primitive data types.
It also works with enumerated types, the String class, and a few special classes that wrap certain primitive types: Character, Byte, Short, and Integer.
www.StudYViraL.in
E-mail : info@studyviral.in
0 comments:
Post a Comment