1.A constructor cannot be declared as private.
2. A constructor cannot be overloaded.
3.A constructor can be a static constructor.
4.A constructor cannot access static data.
Answer:3