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
User Profile
Collapse
-
covariant return types
What are covariant return types?
Plx explain in detail....... -
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 );
}
}
...
No activity results to display
Show More