Search:

Type: Posts; User: pallaanji424

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,069

    Re: My first program

    thanks for the reply i had done that you had suggested me i got

    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.

    C:\Users\ANJIANU>cd..

    C:\Users>cd.....
  2. Replies
    6
    Views
    1,069

    Re: My first program

    Microsoft Windows [Version 6.3.9600]
    (c) 2013 Microsoft Corporation. All rights reserved.

    C:\Users\ANJIANU>dir
    Volume in drive C has no label.
    Volume Serial Number is F20A-0874

    Directory...
  3. Replies
    6
    Views
    1,069

    My first program

    class First
    {
    public static void main(string k[])
    {
    system.out.println("This is my first java program");
    }
    }
    Saved file as First.java
    when i am compiling javac First.java
    i am...
Results 1 to 3 of 3