Question 25 / 35:  output ?
class Dims{ //line1

public static void main(String[] args) { //line2

int [] [] a = {{1,2}, {3,4}}; //line3

int []b = (int[]) a[1];//line4

Object o1 = a;//line5

int [] [] a2 = (int [][])o1;//line6

int [] b2 = (int[]) o1;//line7

System.out.println(b[1]);//line8

}

}

A  2
B  4
C  Compilation fails due to an error on line 4
D  Compilation fails due to an error on line 7
E  An exception is thrown at runtime
<< First < Previous Next > Last >>
Quiz Home Page
https://www.jobilize.com/ocjp-1z0-803-oca1-7-mock-exam-part-ii-quiz-by-pankaj-amdocs-gurg

OCA(1z0-803_OCA1.7)MockExamPII

Author:

Access: Public Instant Grading

Ask
Briana Hamilton
Start Flashcards
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/ocjp-1z0-803-oca1-7-mock-exam-part-ii-quiz-by-pankaj-amdocs-gurg" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>