public class MyFor3 {
public static void main(String[] args) {
int[] xx = null;
System.out.println(xx);
}
}
What is the
result?
A.
null
null
B.
compilation fails
compilation fails
C.
Java.lang.NullPointerException
Java.lang.NullPointerException
D.
0
0
Risposta : null
Nessun commento:
Posta un commento