0

how to code hello world from java

I'm trying it more time from my phone but.there shown error .what is the rule please explain me..

23rd Aug 2017, 6:08 AM
Durga Prasad Regmi
Durga Prasad Regmi - avatar
1 Réponse
+ 11
class Hello { public static void main(String[] args) { System.out.print("Hello World"); } }
23rd Aug 2017, 6:59 AM
Dev
Dev - avatar