Sail E0 Webinar
Question
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[]){
}
}
Options:
A .  ArrayIndexOutOfBoundsException is thrown
B .  ExceptionInInitializerError is thrown
C .  IllegalStateException is thrown
D .  StackOverflowException is thrown
E .  None of these
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers