First Program in Java-Hello world program.
Refers to the most basic program that can be written and run in any language.STEP 1
Setup the necessary tools.
STEP 2
Launch a new project
STEP 3
- Type the project name as "Helloworld" without the quotes.
- Specify the project Location.
- Click Finish
The next window will be as follow.
STEP 5- Add the code as shown below :
Was that not simple?. On the next post I will explain on the different parts of the code and their meaning. Hope you have learned something. Feel free to comment and ask any question on the above.
Comments