Java 8 New Features In Simple Way

Tags: Java

Direct Class Room Videos To give Left and Right Anywhere about Lambda Expressions,Streams and More

Last updated 2022-01-10 | 4.7

- Student can learn complete picture about new features introduced as the part of Java 1.8
- 1. Lambda Expressions 2. Functional Interfaces 3. Default methods in Interface 4. Static Methods in Interfaces. 5. Predicate 6. Function 7. Consumer 8. Supplier 9. Method Refernce & Constructor Reference by Double Colon(::) Operator. 10. Stream API 11. Date & Time API ( Joda API)

What you'll learn

Student can learn complete picture about new features introduced as the part of Java 1.8
1. Lambda Expressions 2. Functional Interfaces 3. Default methods in Interface 4. Static Methods in Interfaces. 5. Predicate 6. Function 7. Consumer 8. Supplier 9. Method Refernce & Constructor Reference by Double Colon(::) Operator. 10. Stream API 11. Date & Time API ( Joda API)

* Requirements

* It's desirable to have some minimum basic knowledge of Java

Description

Java 8 is one of the major and more prestigious version from Java. In this video tutorials we covered every topic  in detail on the board and on the system with live execution. Definitely you can feel like you are learning in class room directly from the instructor. As the part of this course we are covering     the following 11 topics.

1. Lambda Expressions
2. Functional Interfaces
3. Default methods in Interface
4. Static Methods in Interfaces.
5. Predicate
6. Function
7. Consumer
8. Supplier
9. Method Reference & Constructor Reference by Double Colon(::) Operator.
10. Stream API
11. Date & Time API ( Joda API)

After completing this video course, we are sure, you will be in a position to give left and right anywhere about these new features.

Who this course is for:

  • Academic Students who are having Java Course in their Curriculum
  • Java Programmers who are fancy about Java New Features

Course content

15 sections • 93 lectures

Lambda expressions : Introduction Preview 08:54

How to Write Lambda expressions- Part-1 Preview 13:38

How to Write Lambda expressions -Part-2 Preview 15:00

Functional Interface Preview 16:44

@FunctionalInterface Annotation Preview 17:53

@FunctionalInterface Annotation wrt Inheritance Preview 11:41

Invoking Lambda Expression By using Functional Interface example-1 Preview 12:44

Invoking Lambda Expression By using Functional Interface examples-2,3,4 Preview 21:26

Invoking Lambda Expression By using Functional Interface example-5 Preview 19:56

Functional Interface,Lambda Expression Summary Preview 21:02

Collections Overview: List and Set Preview 17:00

Collections Overview: Map Preview 08:40

Comparator interface & compare method Preview 09:07

Sorting Elements of List without Lambda Expression Preview 20:18

Sorting Elements of ArrayList with Lambda Expression Preview 07:55

Sorting Elements of TreeSet with Lambda Expression Preview 09:06

Sorting Elements of TreeMap with Lambda Expression Preview 09:09

Sorting of Our own class objects with Lambda Expression Preview 13:02

Anonymous Inner class vs Lambda Expression Par-1 Preview 19:07

Anonymous Inner class vs Lambda Expression Par-2 Preview 10:58

Anonymous Inner class vs Lambda Expression Par-3 Preview 18:54

Differences between Anonymous Inner class & Lambda expressions Preview 26:14

Default Methods Inside Interfaces Preview 12:59

Differences between Interface with Default Methods and Abstract classes Preview 18:15

Static Methods inside Interfaces Preview 15:27

Predefined Functional Interfaces-Predicate Part-1 Preview 12:40

Predefined Functional Interfaces-Predicate Part-2 Preview 17:16

Predefined Functional Interfaces-Predicate Part-3 Preview 09:12

Predefined Functional Interfaces-Predicate Joining Preview 14:03

Program to display names starts with 'K' by using Predicate Preview 07:38

Predicate Example to Remove null values and Empty String from the given List? Preview 09:38

Program for User Authentication by using Predicate Preview 12:35

Program to Check Whether Software Engineer is allowed into Pub or not? Preview 12:43

Employee Management Application by using Predicate Part-1 Preview 20:49

Employee Management Application by using Predicate Part-2 Preview 10:53

Employee Management Application by using Predicate Part-3 Preview 15:29

Predicate interface isEqual() method Preview 11:43

Predefined Functional Interfaces-Function Preview 20:47

Program to remove spaces present in the given String by using Function Preview 12:42

Program to find Student Grade by using Function Preview 19:12

Progarm to find Total Monthly Salary of All Employees by using Function Preview 08:52

Progarm to perform Salary Increment for Employees by using Predicate & Function Preview 10:12

Function Chaining Preview 11:54

Demo program to Demonstrate the difference between andThen() and compose() Preview 05:18

Demo Program for User Authentication by using Function Chaining Preview 12:31

Function interface Static Method : identity() Preview 04:49

Consumer Introduction Preview 08:16

Program to display Movie Information by using Consumer Preview 10:23

Program to display Student Information by using Predicate,Function and Consumer Preview 18:11

Consumer Chaining Preview 10:56

Supplier Introduction Preview 09:34

Program to get System Date by using Supplier Preview 04:18

Program to get Random Name by using Supplier Preview 07:17

Program to get Random OTP by using Supplier Preview 08:56

Program to get Random Password by using Supplier Preview 15:48

Comparison Table of Predicate,Function,Consumer and Supplier Preview 07:18

Introduction Preview 10:29

BiPredicate Preview 07:19

BiFunction Preview 06:06

Creation of Student object by taking name and rollno as input with BiFunction Preview 06:20

Calculate Monthly Salary With Employee and TimeSheet By using BiFunction Preview 07:25

BiConsumer Preview 07:04

Demo Program to Increment Employee Salary by using BiFunction & BiConsumer Preview 10:52

Comparison Table between One-Argument & Two-Argument Functional Interfaces Preview 06:16

Autoboxing,Autounboxing and Type Parameter Preview 12:49

Need of Primitve Type Functional Interfaces Preview 10:01

Primitve Type Functional Interfaces for Predicate Preview 07:24

3 Demo Programs about Primitve Type Functional Interfaces for Function Preview 17:08

All 15 Primitve Type Functional Interfaces for Function Preview 06:32

Primitive Versions for Consumer Preview 17:56

Primitive Versions for Supplier Preview 12:03

UnaryOperator and its Primitive Versions Preview 15:13

BinaryOperator Preview 09:03

Primitive Versions for BinaryOperator Preview 10:26

Method Reference By Double Colon(::) Operator Part-1 Preview 18:21

Method Reference By Double Colon(::) Operator Part-2 Preview 22:24

Constructor Reference By Double Colon(::) Operator Preview 12:59

Introduction to Streams Preview 11:43

Methods of Streams:filter() and map() Preview 20:00

Difference between filter() and map() Preview 16:13

Various methods of Stream Part-1 Preview 20:16

Various methods of Stream Part-2 Preview 14:39

Various methods of Stream Part-3 Preview 16:43

Various methods of Stream Part-4 Preview 14:25

Summary of Streams Preview 07:41

Date and Time API Introduction Part-1 Preview 14:13

Date and Time API Introduction Part-2 Preview 13:37

Date and Time API Introduction Part-3 Preview 18:31

Date and Time API Introduction Period & Year Preview 18:02

Date and Time API Introduction ZoneId,ZonedDateTime Preview 12:05