Google News
logo
Java Constructor - Interview Questions
Can we make a constructor final?
No, we cannot make a constructor final. If we made a constructor final, it would throw a compile-time error "modifier final not allowed".
Advertisement