We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b854ca9 commit 29ce5f4Copy full SHA for 29ce5f4
1 file changed
module1/Test.java
@@ -1,4 +1,4 @@
1
-//Class Name and File Name may b e same if the class is a public class
+//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
0 commit comments