This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: Top 3 Examples of variable arguments or varargs feature in java
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
Variable Arguments feature in java
Variable arguments feature is one of java language feature introduced in java 5. Java 5 introduced lot of new features like Enum feature[] etc.
method have multiple arguments, this arguments count are fixed, with Variable arguments feature in java5, method can have multiple arguments(zero to many) to be passed without defining number of arguments by