public class Test{ static{ int a = 8; } public static void main(String args[]){ new Test().call(); } void call(){ this.a++; System.out.print(this.a); }}
Not registered? Create an account
Forgot Password?
Already a registered user? Login