is there any difference between :
TreeMap myMap = new TreeMap<>();
and
TreeMap
First one will only work in Java 7, the second one from Java 5+