(Choose 1 answer)
What will happen if you try to compile and run the following code:public class MyClass{static int i;public static void main(String argv[]){System.out.println(i);
A. Error Variable i may not have been initialized
B. null
C. 1
D. 0
Exit (31