What is new feature of java 8?




Asked on November 27, 2014
Hi
What are the new API which has been added in java 8.?


Replied on November 29, 2014
Java 8 is bigger release and it has lots of new feature.

1. Lambda Expressions
2. Method references
3. Default methods
4. function package
5. stream package
6. Performance Improvement for HashMaps
7. New Security features
8. Date-Time Package 

and so other many other features.

Find the java doc URL

http://www.oracle.com/technetwork/java/javase/8-whats-new-2157071.html



Write Answer










©2024 concretepage.com | Privacy Policy | Contact Us