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]
# 1
not that you'd notice
georgemca at 2007-7-12 3:11:25 > top of Java-index,Java Essentials,New To Java...