Multiple Choice
To return an array of long values from a method, which return type should be used for the method?
A) long[ARRAY_SIZE]
B) array
C) long[ ]
D) long
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If numbers is a two-dimensional array, which
Q2: Once an array is created, its size
Q3: Java performs _, which means that it
Q4: It is common practice to use a
Q5: A ragged array is _.<br>A) a two-dimensional
Q7: What would be the result after the
Q8: What does the following statement do? double[
Q9: Objects in an array are accessed with
Q10: Which of the following is a correct
Q11: Any items typed on the command line,