Given the code. What is the result when this program is executed?
public class Test{ static int x[]; static{ x[0] = 1; } public static void main(String args[]){ } }
A.ArrayIndexOutOfBoundsException is thrown
B.ExceptionInInitializerError is thrown
C.IllegalStateException is thrown
D.StackOverflowException is thrown
Answers
Answered by
0
according to the result and the code given so options is the correct for this as statement
Similar questions
Geography,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
English,
1 year ago
Math,
1 year ago