Which of the following method declarations correctly defines a method with a variable length parameter list?

a) public int average(int[] list)
b) public int average(int ... list)
c) public int average(...)
d) public int average(int a, int b, int c, ...)
e) public int average(integers)

b) public int average(int ... list)

Computer Science & Information Technology

You might also like to view...

Subforms are often laid out in what type of fashion?

A) Form B) Nested C) Grid D) Tabular

Computer Science & Information Technology

Changing features of a theme can be done through the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology