NoClassDefFoundError

NoClassDefFoundError is a child class of Error in Java, Hence it is an unchecked Exception. NoClassDefFoundError is automatically raised by JVM when JVM could not find the required class file.

If .Class is not available then we will get this error-“NoClassDefFoundError”.

Similar Java Tutorials

Leave a Comment