Input:
a text file
Output:
List out words has the maximum occurrence
Example: this is the content of the text file
"How to count the number of occurrences of each word?
How to count number or each word in string
Calculating frequency of each word in a sentence in java"
The program returns:
in=3
each=3
of=3
to=3