Wednesday, May 21, 2014

Make Hello Word on Java

Last day we have been share about "How to make hello word on C++". Now we want to sharing again about how to "HOW TO MAKE HELLO WORD" but on Java.

For do that, follow this step by step.

1.  open you Graphic User Interface (GUI) application (ex: NetBeans or the other). if you not have it, you can download on the official site.
2.  and then you just write the syntax code like on this box. "Be careful on Caps character"

public class NewClass {

    public static void main (String []args){

         System.out.println("Hello word"){
         }
   }
}

3.  after that, run the program.

ok, we think that's all. and read about the other articles on this site.
thank you



0 comments:

Post a Comment