Question d’entretien chez State Street

Why would you extend a Throwable? (Java)

Réponse à la question d'entretien

Utilisateur anonyme

14 déc. 2017

It depends on whether you mean directly implementing the Throwable *interface*, or if you mean extending *a* Throwable. There are different semantics for each.