Java program "Hello World"



MY INTRODUCTION :-

Hello guys ,
                  My self Dhiren kumar and a student this is my 1st step towards blogging its my expectation that you all will support me in this way .
             As this my intreset not for any other purpose and this is all  about blueJ.
             And an important point i am posting those things which i am learning.

SO,
We will go in a step by step way to learn java form the beginning to an Advance version of learning BlueJ.
All step will come or posted .

HELLO WORLD :-

Always every program starts from"hello world" and we will also starts from this.
Steps followed below:-


class helloworld 

{

  public static void main()

 {

  System.out.println("hello world");

 }

}



OUTPUT :-



Thanks for reading  the first post or the first step

Post a Comment

0 Comments