User Profile

Collapse

Profile Sidebar

Collapse
mailmear45
mailmear45
Last Activity: Mar 27 '10, 09:48 AM
Joined: Mar 19 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mailmear45
    started a topic Adjust Path
    in Java

    Adjust Path

    This is the path that i have to follow for running a java program
    C:\Program Files\Java\jdk1 .6.0_06\bin\New _beg

    I want to directrly set the path for C:\New_beg

    How to set this , Plz Giude me
    See more | Go to post

  • mailmear45
    started a topic covariant return types
    in Java

    covariant return types

    What are covariant return types?
    Plx explain in detail.......
    See more | Go to post

  • mailmear45
    started a topic Exception
    in Java

    Exception

    HI
    I am new to java and facing a problem
    exception in thread main java.lang.Array IndexOutOfBound sException.

    I an trying to a input a no thr cmd for this i have code like this
    class enterno
    {
    public static void main(String args[])
    {
    int a=Integer.parse Int(args[0]);
    System.out.prin tln(" you have entered these values : " + a );
    }
    }
    ...
    See more | Go to post
No activity results to display
Show More
Working...