Skip to content

msSarriman/MultiThreadedApp-Java-WordsOccurrences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreaded Java to count word Occurences

This program reads two files given as input, by creating 2 threads that:

  • Read the files.
  • Count the occurences of each word.
  • Save the results in the cache.

And then creates a 3rd thread that prints the results int the following format:

  • TotalOccurences Word = OccFile1 + OccFile2

About

MultiThreadedApp-Java-WordsOccurrences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages