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){
...