How do I call one constructor from another in Java?
Asked 07 September, 2021
Viewed 2.1K times
  • 54
Votes

Is it possible to call a constructor from another (within the same class, not from a subclass)? If yes how? And what could be the best way to call another constructor (if there are several ways to do it)?

23 Answer