Explore Library
Code QuizBeginner

Running a Compiled Class

Find the mistake in these compile-and-run commands.

Codebash
javac Hello.java
java Hello.class

What is the mistake in these commands?