Home > Java Programming > Objects and Collections > Questions and Answers
Exercise:
Q: |
What will be the output of the program? public class Test { private static int[] x; public static void main(String[] args) { System.out.println(x[0]); } } | ||||||||||
|
Comment on this Question | |
Name: | |
|