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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Three values
  • B One array object
  • C Compilation error
  • D Two values
Correct Answer: Option B

Explanation

✅ Answer: B) One array object

Share This Question

Challenge a friend or share with your study group.