Is there any performance issue in using varargs?
Hi, when using varargs, at runtime the arguments are packaged into an array and passed to the method. Is there any performance penalty in doing so as opposed to using directly an array?
[192 byte] By [
mtedonea] at [2007-11-27 2:44:37]
