Question 28 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question 28 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question

Given:

class X (
static int i;
int 9:
public static void main(string[] args) {
X xl = new X0
X x2 = new Xi;

H1.i = 3p
xl = 4;
x2.i = 5;

#2.4 = 6;
System, out. print1n (
xLid¢ " "+
xLgj¢" "4
u2.G +" "+

x2.4)3

What is the result?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.