Successful overloading

Report a typo

Suppose you have the following method:

void print(int a) { System.out.println(a); }

Which method will successfully overload this one?

Select one option from the list
___

Create a free account to access the full topic