We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c8baa commit 604a952Copy full SHA for 604a952
module1/Test.java
@@ -1,7 +1,7 @@
1
//Class Name and File Name may be same if the class is a public class
2
//If the class is not a public class, then it's may have different names
3
// During compilation, file name will be used as javac Test.java
4
-// For running class name will be used as java Hello
+// For running class name will be used as "java Hello" command as Hello is a class file (Bytecode).
5
6
7
class Hello
0 commit comments