[Solved] Using “args” but method still not taking more than one array as parameter? [closed]


printElements takes a single parameter of type ArrayList<String>, but you’re trying to give it two arguments of type ArrayList.

3

solved Using “args” but method still not taking more than one array as parameter? [closed]