In C/C++, the number of parameters in a function can be variable, I don't see any similiar feature in Java. So how can I implement it in Java?

Thanks,
Laurence