Predict the output??public class Test { static int i = 10; public Tes { System.out.println(this.i); } public static void main (String args[]) { Test t = new Test(); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login