Java variable function parameters

Posted by Olaseni on Stack Overflow See other posts from Stack Overflow or by Olaseni
Published on 2010-03-30T06:12:03Z Indexed on 2010/03/30 6:13 UTC
Read the original article Hit count: 480

Filed under:
|
|
|
|

How do you duplicate this feature in Java?

In C#, you could use the params keyword to specify variable parameter lists for functions.

How do you do that in Java?

Or do you have to resort to multiple overloads?

© Stack Overflow or respective owner

Related posts about variable

Related posts about function