Question d’entretien chez Gogo

What is difference between Classnotfoundexception and Noclassdeffounderror in Java?

Réponse à la question d'entretien

Utilisateur anonyme

12 juin 2017

ClassNotFoundException is when a class isn't found at runtime and NoClassDefFoundError is when a class isn't found during compile. Right off any java interview web site.