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"); } }

9th Dec 2016, 10:24 PM
Dan
Dan - avatar
1 Antwort
0
check if the name of the class is the same with the file name
10th Dec 2016, 12:37 AM
Vlad Crow
Vlad Crow - avatar