Java Programming Fundamentals

Time: 00:00:00
0
Attempted
15
Not Attempted
0
Marked For Review
0
Attempted & Reviewed

Question 1 of 15

What is the output of the given program?

public class ScopeTest
{
public static void main (String [] args)
{
int[][] xx[][][] = null;
System.out.println(xx);
}
}

Select Your Answer:

All Questions

Attempted
Not Attempted
Marked for Review
Attempted & Reviewed
Current