I am try to write a program that will accept a sequence of names in ASCII text files as its only command line argument the files contain English text .the goal is to find 20 most frequently used word across all files ,where each word must appear in at least once time in file we use in java program . Please Suggest me
Thanx in Advance