Sunday, August 7, 2011

Java Programming Tutorial - 4 - First Program

http://pradigital-susel-duarte.wikispaces.com/file/view/apostila-java-350x328%5B1%5D.png/173374337/apostila-java-350x328%5B1%5D.png

Note: Before you start, you must have downloaded and installed the Java SE Development Kit.
It’s traditional to start learning a new programming language by writing a program called "Hello World". You can think of it as a very simple initiation into the ranks of Java programmers. All the program does is write the text "Hello World!" to your computer screen.
The basic steps we will follow for our Hello World program are:
  1. Write the program in Java
  2. Compile the source code
  3. Run the program
Note: Java is case sensitive. Remember this.
Here's a complete tutorial:



via [java.about.com]

0 comments:

Post a Comment