Java 7 & Java 8 new features with Lambdas & Streams Free Download

Lambda Expressions,Streams, JODA Date time, Default & Static methods, Optional, Method References, Functional programing.
What you’ll learn
- All the new features from Java 7 version
- All the new features from Java 8 version
- Lambda (λ) expressions, Functional interfaces, Default & Static methods in Interfaces
- Streams API, Joda Date & Time API, method references, constructor references etc.
- Try-with-resources statement, catching multiple exceptions, enhancements to files & directories, string in switch statement etc.
Requirements
- Basics of Java is must
Description
‘Java 7 & 8 new features, enhancements Zero to Master’ course will help in understanding all the new features from Java 7 and 8 releases. In this course we will discuss all the new features in detail both in theory and coding. Special attention and explanation are given to all the major features like Lambda Expressions, Streams, JODA Date time, Default & Static methods, Optional, Method References, Functional Interfaces, Try-With-Resources statement in this course.
All the material discussed in the course will be provided to all the enrolled students along with a GitHub repository details where the entire code discussed in the course is maintained. Each section is followed by a quiz to test your understanding at regular intervals.
Below are the features that we will discuss in this course,
Java 7 new features
- THE TRY-WITH-RESOURCES STATEMENT
- SUPPRESSED EXCEPTIONS
- CATCHING MULTIPLE EXCEPTIONS
- RETHROWING EXCEPTIONS WITH TYPE CHECKING
- EASIER EXCEPTION HANDLING FOR REFLECTIONS
- OBJECTS CLASS & NULL CHECKS
- CLOSE METHOD INSIDE URLCLASSLOADER
- ENHANCEMENTS TO FILES & DIRECTORIES
- WATCHSERVICE
- BINARY LITERALS
- STRING IN SWITCH STATEMENT
- TYPE INFERENCE/DIAMOND OPERATOR
- USING UNDERSCORE IN NUMERIC LITERALS
- JDBC IMPROVEMENTS
Who this course is for:
- Beginner students who already know Java and interested in the new features of Java 7 & Java 8
- Developers who already working on Java and interested in adapting the new features of Java 7 & Java 8
- Java Architects