This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: Java 7 features: String in switch case usage tutorials with examples
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
String in switch case tutorials
Java 7 language has introduced using string in switch case. Prior to java 7 version, Switch case allows only Integer, byte, short, char variables and enumeration values only. Support of String is not a great language
feature but a handy for developers to use strings directly in switch case and simplify the developers in readability.
This post is my first post on