Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lakshmikosre/java_8
- Owner: lakshmikosre
- Created: 2024-09-01T07:08:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T19:08:30.000Z (11 days ago)
- Last Synced: 2024-11-04T20:19:51.626Z (11 days ago)
- Language: Java
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.