public class Col { public Col() { System.out.println("har har mahadev"); } public Col(int a) { this(); this(); } public static void main(String...k) { Col c = new Col(10); System.out.println("har har mahadev"); } }
Not registered? Create an account
Forgot Password?
Already a registered user? Login