MCQ Practice
Single Best Answer
Topic: Functions / Methods in Programming Languages
Q
What does the following method return?
public int[] getData() {
return new int[]{5, 10, 15};
}
Subchapter
Functions / Methods in Programming Languages
Action
Choose one option below