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  >  J2EE  >  Core Java

 Print  |  
Question:  what's the difference b/w Java command line arg.s & C command line arg.s?



November 11, 2005 10:42:47 #2
 sushi   Member Since: November 2005    Total Comments: 3 

RE: what's the difference b/w Java command line arg.s ...
 
well,command line args in case of java are stringsi.e they are of type strings,this is not the case in c,it is not of type string.
     

 

Back To Question