Friday, January 30, 2015

"Command line arguments" in Java.

Command line arguments in Java.
class Comlarge
{
  public static void main(String args[])
    {
      int count,i=0;
      String string;
      count=args.length;
      System.out.println("Number of arguments= " +count);
      while(i<count)
       {
         string=args[i];
         i=i+1;
         System.out.println(i+":"+" Java is " +string);
        }
     }
}
OUTPUT
Indian computer wizard

1 comment:

  1. "Command Line Arguments" In Java. ~ Information Technology >>>>> Download Now

    >>>>> Download Full

    "Command Line Arguments" In Java. ~ Information Technology >>>>> Download LINK

    >>>>> Download Now

    "Command Line Arguments" In Java. ~ Information Technology >>>>> Download Full

    >>>>> Download LINK

    ReplyDelete

Blog Archive