Posts

Showing posts with the label Varrags(VariableArguments) allows the method to accept zero or multiple arguments

Zeek_33_VariableArguments.java

  /* The varrags(VariableArguments) allows the method to accept zero or multiple arguments(values) If we don't know how many argument we will have to pass in the method. */