Wednesday, July 22, 2015

ClassNotFoundException VS NoClassDefFoundError

ClassNotFoundException : This exception occurs when class loader is not able to find the required class in class path.

NoClassDefFoundError : This exception occurs when at compile time the required classes are present, but at runtime the classes are changed or removed.

No comments:

Post a Comment

Home