public class Test { Test() { } // line 1 static void Test() { this(); } // line 2 public static void main(String[] args) { // line 3 Test(); // line 4 } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login