Language Fundamentals

© examsiri.com
Question : 13 of 24
 
Marks: +1, -0
Given:
1.int [] x = {1, 2, 3, 4, 5};
2.int y[] = x;
3.System.out.println(y[2]);

Which statement is true?
Go to Question: