GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming

 Print  |  
Question:  Command Line Arguments

Answer: What is Command Line Arguments?
What are its uses?
Where we have to use this?


December 12, 2008 04:01:52 #1
 abhishekrane   Member Since: December 2008    Total Comments: 1 

RE: Command Line Arguments
 
command line arguments are those which can be passed to the main method as parameters and use those values in the main method before executing it.
     

 

Back To Question