Multiple choice

Which of the following statements is/are correct regarding the getParameterValues method?

  1. This method accepts only a single argument.

  2. This method can accepts multiple arguments.

  3. This method returns an array of Strings containing all the values for that parameter.

  4. Both options 1 and 3

  5. Both options 2 and 3

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

These statements are correct about the getParameterValues method.