1.

Which class allows parsing of command line arguments?(a) Args(b) JCommander(c) Command Line(d) InputI have been asked this question at a job interview.This intriguing question comes from Command Line Arguments topic in portion Classes and Methods of Java

Answer»

Correct ANSWER is (b) JCommander

Best EXPLANATION: JCommander is a very SMALL Java framework that MAKES it trivial to PARSE command line parameters.



Discussion

No Comment Found

Related InterviewSolutions