What is "java-8"

Features of Java 8:

  • Lambda Expression and Virtual Extension Methods: The Java SE Highlight 8 is the implementation of Lambda expressions and support features for the programming language and Java platform.
  • Date and Time API: This new API will allow developers treat date and time in a more natural, clear and easy way understand.
  • Nashhorn Javascript Engine: A new lightweight high-end implementation Javascript engine performance has been integrated with Jdk and is available for Java applications through existing Apis.
  • Enhanced Safety: The existing manual list of sensitive caller has been replaced by a mechanism that accurately identifies these methods and allows their callers to be discovered with confidence.

Original text