Exception in thread “main” java.lang.ClassNotFoundException:

The reason you’re getting this error is because you didn’t save the class into a file called Hello.java (case-sensitive!)

Leave a Comment