import java.util.HashMap; public class FinalCountWords { public static void main(String[] args) { String str = "This this is is done by Saket Saket"; String[] split = str.split(" "); HashMap map = new HashMap(); for (int i=0; i