Java 8 - Why we need Java 8
Why Java 1.8 :
* Simplifying the programming.
* Utilized Functional oriented programming benefits (Still Java is OOP only.) Using Lambda just we are using functional programming.
* To get the benefit of multicore processor - Hardware (Enable Parallel Program)
* Simplifying the programming.
* Utilized Functional oriented programming benefits (Still Java is OOP only.) Using Lambda just we are using functional programming.
* To get the benefit of multicore processor - Hardware (Enable Parallel Program)
Comments
Post a Comment