The URL http://www.cs.fiu.edu/~weiss/cop3804/assignments/dict.txt contains about 88,000 words. Write a program to find the four-letter pattern that occurs most frequently. For instance, "nter" appears in approximately 900 words. But the most common pattern appears in over 2000 words.
java.util classes.