Skip to content

Commit 604a952

Browse files
committed
readme update
1 parent 57c8baa commit 604a952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module1/Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//Class Name and File Name may be same if the class is a public class
22
//If the class is not a public class, then it's may have different names
33
// During compilation, file name will be used as javac Test.java
4-
// For running class name will be used as java Hello
4+
// For running class name will be used as "java Hello" command as Hello is a class file (Bytecode).
55

66

77
class Hello

0 commit comments

Comments
 (0)