0
example program not working
I tried compiling the example program but keep getting error here is the code is it correct?? public class ExampleProgram { public static void main(String[ ] args) { System.out.println("Hello World"); } }
1 Antwort
0
check if the name of the class is the same with the file name