I have few overloaded method, which I can replace with vararg, but these are getting called numerous times.
I just wanted to know its impact. I assume jvm creates an array from the parameters at runtime, so theoretically there must be some impact, not sure practically will it impact or not!