MCQ Single Best Answer Easy

QOutput?

int[] a = {1, 2, 3};
System.out.println(a);

ID: #24486 Array Introduction in Data Structure 25 views
Question Info
#24486Q ID
EasyDifficulty
Array Introduction in Data StructureTopic

Choose the Best Option

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

  • A 1 2 3
  • B Address of array
  • C [I@someHashCode
  • D Compilation error
Correct Answer: Option C

Explanation

Answer: c) [I@someHashCode

Share This Question

Challenge a friend or share with your study group.