the compilation will be done for every program but its not running the program. hello world is the only program that is giving the output. All the remaining programs are not getting executed. plz help me !!
my sample example program is
public class Sample
{
public static void main(String args[])
{
int a,b;
a=Integer.parse Int(args[0]);
b=Integer.parse Int(args[1]);
System.out.prin tln("a= "+a);
System.out.prin tln("b= "+b);
}
}
my sample example program is
public class Sample
{
public static void main(String args[])
{
int a,b;
a=Integer.parse Int(args[0]);
b=Integer.parse Int(args[1]);
System.out.prin tln("a= "+a);
System.out.prin tln("b= "+b);
}
}
Comment