Solved

Which One of the Following Statements About Declaring an Array

Question 85

Multiple Choice

Which one of the following statements about declaring an array list as a method parameter is true?


A) An array list declared as a method parameter should be accompanied with its size.
B) An array list declared as a method parameter is a constant value by default.
C) An array list value cannot be modified in a method when the array list is declared as a parameter.
D) An array list value can be modified inside the method.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions