Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakshmikosre/java_8

Java 1.8 Features
https://github.com/lakshmikosre/java_8

Last synced: 5 days ago
JSON representation

Java 1.8 Features

Awesome Lists containing this project

README

        

# Java_8
Java 1.8 Features
## Lambda Expression and Virtual Extension Methods
Highlighting feature of Java SE 8 is the implementation of Lambda expressions and supporting features to the Java programming language and platform.

## Date and Time API
This new API will allow developers to handle date and time in a more natural, cleaner and easier to understand way.

## Nashorn JavaScript Engine
A new lightweight, high performance implementation of JavaScript engine is integrated to JDk and is available to Java applications via existing APIs.

## Improved Security
Replacing the existing hand-maintained list of caller sensitive methods with a mechanism that accurately identifies such methods and allows their callers to be discovered reliably.