Java 8 seems interesting.

Java 8 has packed in lot of muscle to take on all other modern language.  It's something good.

Few interesting things which I feel can reduce our code base to a maintainable size are  -->

a. Streams
b. Optional
c. Static methods on Interface 


I feel JDK need not pack all the things together  eg.. Nashhorn integration -->

a. A simple comparison of speed of execution I found NodeJs being super fast than JJS... ..  but only thing is For NodeJs i need to install something extra.. but JJS comes along .


Loved the description here in the site.. ->

https://leanpub.com/whatsnewinjava8/read#leanpub-auto-functional-programming-in-java-8

Comments

Popular Posts