0 By Nithya Vasudevan In Command Line ArgumentsPosted October 17, 2016Conversion of Command-line ArgumentsCommand line arguments are stored as String in the args array. If your application needs a numeric value then it must be converted to the required type. Here’s the code that converts a [...] READ MORE