Tuesday, December 10, 2013

Hello World Application in Java

class helloworld
 {
  public static void main(String arg[])
  {
  System.out.println("Hello world!");
  }
 }

1 comment:

  1. Creating a simple Hello World application in Java is the best way to get started with learning how Java programs are structured. You can even try running basic apps like this while exploring tools related to yuzu ea for emulator testing.

    ReplyDelete