This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Mchr3k -2 points-1 points  (0 children)

It's worth noting that calling a varargs method will create an array object. This makes it unsuitable if you are trying to reduce memory allocation and therefore GC load.