NoClassDefFoundError和ClassNotFoundException区别?

答案解析

NoClassDefFoundError是运行时类找不到;ClassNotFoundException是类加载时找不到,前者是Error,后者是Exception。