Posts Tagged ‘varargs’

Varargs in Java: Variable argument method in Java 5

Varargs in Java: Variable argument method in Java 5
I think I am late for writing about varargs. The feature of variable argument has been added in Java 5 since its launch. Still I will write something about varargs. varargs has been implemented in many languages such as C, C++ etc. These functionality enables to write methods/functions which takes variable length of arguments. For example the ...
Copyright © 2012 ViralPatel.net. All rights reserved.