Variable Arguments in Java

mostfunnyvideo
9 Views
Variable Arguments (Varargs) in Java is a method that takes a variable number of arguments. Variable Arguments in Java simplifies the creation of methods that need to take a variable number of arguments

Comments