Comment on Why everybody love/hate Java?parentComments−spicyj14yJava 7 fixes 6: HashMap<String, String> map = new HashMap<>(); I believe that it has lambdas as well.−warrick14yThat declaration has an unchecked conversion which generates a compiler warning.No, their are no lambdas in Java.
Comments
Java 7 fixes 6:
I believe that it has lambdas as well.That declaration has an unchecked conversion which generates a compiler warning.
No, their are no lambdas in Java.