Multiple Choice
To return an array of long values from a method, use this as the return type for the method.
A) long
B) long[]
C) long[ARRAY_SIZE]
D) []long
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q25: Each array in Java has a public
Q48: A sorting algorithm is used to locate
Q54: Which of the statements are true about
Q54: Which of the following for loops is
Q55: Subscript numbering always starts at what value?<br>A)
Q56: This ArrayList class method deletes an item
Q57: The sequential search algorithm:<br>A) requires the array
Q59: This ArrayList class method is used to
Q62: For the following code, what would be
Q64: What would be the results of the