Question: Write a Java application that takes two file names as command line parameters. The first file is assumed to consist of words separated by the
Write a Java application that takes two file names as command line parameters. The first file is assumed to consist of words separated by the white space (spaces, tabs, newline). The program must read all the words from the first file, sort them in ascending order according to the word lengths and write them in this sorted order to the second file. Provide exception handling for opening and reading from the input file. Also, provide exception handling for creating/writing to the output file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
