String Switch support

Every version of Java brings some new features to make Java coding simple to practice. JDK 1.7 brought many features and one among is switch statement. Switch is a control structure existing in all programming languages where a switch parameter should be an integer value or convertible to integer. If you pass a char, it …

String Switch support Read More »