Friday, February 26, 2016

Introduction

Note: Before you start this tutorial, 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

No comments:

Post a Comment