Open Notepad or Any TextEditer Like a Notepad Sublime text .Use whichever text editor that is comfortable for you.🎉🤳
class Hello { public static void main(String args[]){ System.out.println("Hello World This is ezcod.blogspot.com "); }}
Compiling and Running an Application
1. Save it Hello.java
2. Open CMD (comandpront) -Win Key + R > Type Cmd
3. Compile Hello.java
4. Type javac Hello.java
5. Type java Hello
OUTPUT
Hello World This is ezcod.blogspot.com
Download Here
watch video Tutorial
Tags:
Java