Question: In the Java language, answer question below: 5. Given below are descriptions of some computer programs. Each of them reads a text file from standard

In the Java language, answer question below:

5. Given below are descriptions of some computer programs. Each of them reads a text file from standard input. For each of them, specify:Which APIs would you use. Choose from APIs discussed in class: List/Map/SetWhich implementations of the APIs would you use, e.g. LinkedList / HashSet / Tree ...Describe how you would use the API to implement the program. Give pseudo code or describe step by step how your program would work. No need to write an actual program.Give the time complexity of your program in terms of the number of words or lines read (which ever is appropriate). Try to make your programs as simple and efficient as possible. What the programs should do:

(a) Print lines of the file in reverse order.

(b) Print all different words in the file, each word printed exactly once (order not important).

(c) Print all different words in the file, with each word print how many times it occurs in the file(order not important).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!