MCQ
Single Best Answer
Easy
QWhat does the following method return?
public int[] getData() {
return new int[]{5, 10, 15};
}
ID: #24714
Functions / Methods in Programming Languages
14 views
Question Info
#24714Q ID
EasyDifficulty
Functions / Methods in Programming LanguagesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
✅ Answer: B) One array object
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic