Netbeans-Hello world

The following shows how to create a hello world application using netbeans with java

This is the first tutorial of these subject. so i have provided step by step procedure with images

The code is - 

 public static void main(String[] args) { 

       System.out.println("Hello world!");

    }
    
You can watch my tutorial video on - https://www.youtube.com/watch?v=gAotLrQQI5M&t=15s


if the picture not clear please click on the image







No comments:

Post a Comment