Friday, 5 September 2014

commandLine Argumnet, prigram for commandline argument, simple java program uing command line argument , core java program using commandline argument,enter string in command line argument

This Program is Take a Argument on CommandLine on run time

 
class Arguments  
{
  public static void main(String[] args)  
  {
    for (String t: args)  
    {
      System.out.println(t);
    }
  }
}
 
 
 

0 comments:

Post a Comment

 
Copyright © . StackOverflow - Posts · Comments
· Powered by Sanjay Chauhan