well, passed the task.
FileInputStream inStream = new FileInputStream(args[0]);
// we using first element of args array(parameter of main method) instead of fileName.
what argument is practically passed in main method. And how is it passed?
Under discussion
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet