-
Notifications
You must be signed in to change notification settings - Fork 12
JAVA 8
HuaSheng edited this page Jun 12, 2018
·
1 revision
- Lambda expression - Adds functional processing capability to JAVA
- Method references - Referencing functions by their names instead of invoking them directly. Using functions as parameter.
- Default method - Interface to have default method implementation.
- New tools - New compiler tools and utilities are added like 'jdeps' to figure out dependencies.
- Stream API - New stream API to facilitate pipeline processing.
- Date Time API - New stream API to facilitate pipeline processing.
- Optional - Emphasis on best practices to handle null values properly
- Nashorn, JavaScript Engihe - A Java-based engine to execute JavaScript code.