Miyerkules, Agosto 5, 2015

Your First Java Program

All java programs consists of at least one class. Just make sure that you've done the first chapter successfully and we should be good in running this program. The listing below shows the source code of our first program.

public class FirstProgram{
          public static void main(String args[]){
                    System.out.println("Hello! This is my first program!");
          }
}


....................(Under construction)

Walang komento:

Mag-post ng isang Komento