Guess the output

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");
}
}


Posted on by