float f=3.0
Q.2 What will be the output if following is typed on command line?
java myprog good morning
public class myprog{
public static void main(String argv[])
{
System.out.println(argv[2]) ;
}
}
If you love Java rather then like Java than this blog is for you. Get lot's of tricky information on Java that were unclear to you till now.
java myprog good morning
public class myprog{
public static void main(String argv[])
{
System.out.println(argv[2]) ;
}
}
0 comments:
Post a Comment