Single Choice Easy

QWhat does the following method return?

public int[] getData() {
    return new int[]{5, 10, 15};
}

ID: #24714 Functions / Methods in Programming Languages (What is a Function?) 18 views
Question Info
#24714Q ID
EasyDifficulty
Functions / Methods in Programming Languages (What is a Function?)Topic

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

Explanation

✅ Answer: B) One array object

Share This Question

Challenge a friend or share with your study group.