The Story When I was training a kata in codewars I had this question which is "What is the difference between these two lines?" the code below. 1. Map<Integer, String> charCounterMapping = new HashMap<>(); 2. HashMap<Integer, String> charCountMapping...
sumalsurendra.hashnode.dev7 min read
No responses yet.