1
Only One
One.
In A class have 2 Default Constructer 1.statc 2. non static class A { public A() {/////////// } static A() { ///// }}
Ans: a