+ 5
What is the differnce between Java 7 and Java 8
5 odpowiedzi
+ 5
Basically improvement over the previous version
+ 5
thanks a lot..:)
+ 3
lambdas, optionals, streams were newly introduced in 8. Is this what you were looking for?
+ 3
in java 8 you have many new concepts like linked list collections iterator and many more....I think threads interface these are also new features
+ 1
Also a new java.time package.