How to Create Your First Java Program - Hello World on Screen

 Open Notepad or Any TextEditer Like a Notepad Sublime text .Use whichever text editor that is comfortable for you.🎉🤳


Type Bellow Code .

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 



Post a Comment

Previous Post Next Post

Featured Post