giovedì 28 marzo 2013

Q45

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

What is the result?
A.
null
B.
compilation fails
C.
Java.lang.NullPointerException
D.
0
Risposta : null

Nessun commento:

Posta un commento