Java 8 information from the Oracle Technology Network
https://www.oracle.com/java/technologies/java8.html
Java 8 is a revolutionary release of the world's #1 development platform. It includes a huge upgrade Java ME 8 is now Generally Available -Java ME 8 is an ideal platform for intelligent devices and an...
Java SE JDK and JRE 8.281 Download | TechSpot
https://www.techspot.com/downloads/5198-java-jre.html
Download Java - Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. This new version is considered a...
Java 8 Tutorials - Mkyong.com
https://mkyong.com/tutorials/java-8-tutorials/
Java 8 introduced @FunctionalInterface, an interface that has exactly one abstract method. The compiler will treat any interfaces meeting the definition of a functional interface as a functional...
Java 8 Resources
https://www.java8.org/
With Java 8, instead of using anonymous classes, we can use lambda expressions. The syntax (params) -> statement is used to create an instance of Runnable by implementing its run method.
Java 8 - Overview - Tutorialspoint
https://www.tutorialspoint.com/java8/java8_overview.htm
Java 8 - Overview - JAVA 8 is a major feature release of JAVA programming language development. Its initial version was released on 18 March 2014.
Java 8 Tutorial - Java 8 Features - HowToDoInJava
https://howtodoinjava.com/java-8-tutorial/
Java SE 8 was released in early 2014. In java 8, most talked about feature was lambda expressions. It has many other important features as well such as default methods, stream API and new date/time API.