what is variable arguement in Java
Answers
Answered by
1
Variable Arguments in Java.In JDK 5, Java has included a feature that simplifies the creation of methods that need to take a variable number of arguments. This feature is called varargs and it is short-form for variable-length arguments. A method that takes a variable number of arguments is a varargs method.
Similar questions