Variable Arguments in Java
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
Sign in to join the conversation.
Sign in with Google
Comments