Question: In java Language Given three text files (partA.txt and partB.txt : each file contains a number of word inati) and a dictionary.txt shown below. Write
In java Language 
Given three text files (partA.txt and partB.txt : each file contains a number of word inati) and a dictionary.txt shown below. Write the Java code needed for aplying the followinn. (10) a) Create a Class named ReadWords and in the constructor write the steps that are needed to load each t (assume the path for each file starts with: D: \\ ) into an ArrayList of String objects. The constructor also lo: dictionary.txt file into an ArrayList of Strings. b) Create a generic method named printWords in the ReadWords class that takes an ArrayList template as prints out its elements. In the MainProgram, write an anonymous class that overrides that actionP method in the ActionListener interface. In the overridden actionPerformed method, call the generii (printWords) to print the contents of any of the three ArrayLists (partA, partB, or correctWords) every 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
