Method Parameters « Class Definition « Java Tutorial






5.7.Method Parameters
5.7.1.By Value or By Reference
5.7.2.Reference Passing Test
5.7.3.Passing objects to methods
5.7.4.Use an array to pass a variable number of arguments to a method. This is the old-style approach to variable-length arguments.