java program
please help me in finding a solution to this program.i m a beginner in java and dont know much!!
First count the number of times each word appears in the input file and find out frequency of occurrence of each word. Output the words and counts. Hint: Use StringTokenizer for extracting words from the file. Add all the words and frequencies to a HashMap.
hi
|