Modern Java Mastering Features from Java 8 to Java

0dayddl

U P L O A D E R
537368816_que-es-udemy-analisis-opiniones.jpg

4.8 GB | 15min 51s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
01 Course Introduction.mp4 (4.38 MB)
02 Pre-requisites.mp4 (1.33 MB)
01 Introduction to Modern Java Big Picture.mp4 (33.86 MB)
01 Java Installation.mp4 (34.05 MB)
java-8.zip (198.87 KB)
01 Why Java 8 is important.mp4 (7.62 MB)
02 Imperative vs Declarative Programming - Example 1.mp4 (28.72 MB)
03 Imperative vs Declarative Programming - Example 2.mp4 (19.23 MB)
01 What is Lambda.mp4 (3.18 MB)
02 Lab Implement Runnable using Lambda.mp4 (85.33 MB)
03 Lab Implement Comparator using Lambda.mp4 (39.06 MB)
01 Introduction to Functional Interfaces.mp4 (3.01 MB)
02 Lab Consumer Functional Interface - Part 1.mp4 (17.38 MB)
03 Lab Consumer Functional Interface - Part 2.mp4 (102.56 MB)
04 Lab BiConsumer Functional Interface.mp4 (67.69 MB)
05 Lab Predicate - Functional Interface - Part 1.mp4 (38.63 MB)
06 Lab Predicate - Functional Interface - Part 2.mp4 (76.75 MB)
07 Lab Combining Predicate + Consumer.mp4 (25.91 MB)
08 Lab BiPredicate.mp4 (16.47 MB)
09 Lab Function - Function Interface- Part 1.mp4 (44.77 MB)
10 Lab Function - Function Interface- Part 2.mp4 (23.5 MB)
11 Lab BiFunction Functional Interface.mp4 (43.79 MB)
12 Lab UnaryOperaror and BinaryOperator Functional Interface.mp4 (42.43 MB)
13 Lab Supplier - Functional Interface.mp4 (16.36 MB)
01 Method Reference.mp4 (4.57 MB)
02 Lab Method Reference - Function.mp4 (12.56 MB)
03 Lab Method Reference - Consumer.mp4 (16.96 MB)
04 Lab Refactor Lambda Expression to Method Reference.mp4 (25.5 MB)
05 Constructor Reference.mp4 (10.5 MB)
01 Lab Local Variables in Lambda Expression.mp4 (14.6 MB)
02 Effectively Final Variables in Lambda and its advantages.mp4 (2.4 MB)
01 Introduction to Streams.mp4 (37.95 MB)
02 How Stream API works.mp4 (29.37 MB)
03 Comparing Streams vs Collections.mp4 (38.15 MB)
04 Lab How to debug Stream Operations.mp4 (37.27 MB)
01 Lab Stream Operation - map().mp4 (47.73 MB)
02 Lab Stream Operation - flatMap().mp4 (32.99 MB)
03 Lab Stream Operation - distinct() , count(), sorted().mp4 (36.37 MB)
04 Lab Stream Operation - Customized sort using Comparator.mp4 (47.04 MB)
05 Lab Stream Operation - filter().mp4 (40.44 MB)
06 Lab Stream Operation - reduce() - Part 1.mp4 (100.21 MB)
07 Lab Stream Operation - reduce() - Part 2.mp4 (34.28 MB)
08 Lab Stream Operations - Map + Filter + Reduce Pattern.mp4 (82.71 MB)
09 Lab Stream Operation max using reduce() function.mp4 (57.77 MB)
10 Lab Stream Operation - min() using reduce function.mp4 (32.95 MB)
11 Lab Stream Operation - limit() and skip().mp4 (35.66 MB)
12 Lab Stream Operation allMatch(), anyMatch() and noneMatch().mp4 (35.39 MB)
13 Lab Stream Operation - findAny() and findFirst().mp4 (70.09 MB)
14 Streams Short Circuiting Operations.mp4 (8.82 MB)
01 Lab Streams Operation - of(), iterate(), generate().mp4 (38.76 MB)
01 Introduction to Numeric Streams.mp4 (36.24 MB)
02 Lab NumericStream - range() , rangeClosed(), count(), foreach().mp4 (58.52 MB)
03 Lab NumericStream - sum() , max(), min(), average().mp4 (40.86 MB)
04 Lab NumericStream - Boxing ,Unboxing, mapToInt().mp4 (37.46 MB)
05 Lab NumericStream - mapToObj(), mapToDouble(), maptoLong().mp4 (32.52 MB)
01 Lab joining().mp4 (31.31 MB)
02 Lab counting().mp4 (10.48 MB)
03 Lab mapping().mp4 (27.38 MB)
04 Lab minBy() , maxBy() using collect().mp4 (36.61 MB)
05 Lab sum() , avg() using collect().mp4 (22.98 MB)
06 Lab groupingBy() - Type 1.mp4 (25.94 MB)
07 Lab groupingBy() - Type 2.mp4 (66.43 MB)
08 Lab groupingBy() - Type 3.mp4 (32.25 MB)
09 Lab groupingBy() - maxBy(), minBy(), collectingAndThen().mp4 (42.4 MB)
10 Lab partitioningBy().mp4 (60.78 MB)
01 Introduction to Parallel Streams.mp4 (9.44 MB)
02 Lab Comparing Performance of Sequential vs Parallel Streams.mp4 (33.72 MB)
03 How Parallel Stream works.mp4 (10.93 MB)
04 Lab Build a Parallel Stream Pipeline.mp4 (32.92 MB)
05 Lab When not to use Parallel Stream - Example 1.mp4 (33.92 MB)
06 Lab When not to use Parallel Stream - Part 2.mp4 (33.56 MB)
01 Introduction to Optional.mp4 (120.15 MB)
02 Lab Optional empty(), ofNullable(), Of().mp4 (23.44 MB)
03 Lab orElse(), orElseGet() ,orElseThrow().mp4 (91.25 MB)
04 Lab ifPresent(), isPresent().mp4 (12.99 MB)
05 Lab map(), flatMap(), filter() - Part1.mp4 (39.82 MB)
06 Lab map(), flatMap(), filter() - Part2.mp4 (63.4 MB)
01 Introduction to Defaultstatic Methods.mp4 (4.27 MB)
02 Lab Default Methods.mp4 (57.67 MB)
03 Lab Exploring sort() operations using Comparator - Part 1.mp4 (140.04 MB)
04 Lab Exploring sort() operations using Comparator - Part 2.mp4 (39.62 MB)
05 Lab Creating an Interface with DefaultStatic methods.mp4 (69.35 MB)
06 Abstract Classes vs Interfaces.mp4 (1.25 MB)
07 Lab Multiple Inheritance.mp4 (27.13 MB)
08 Lab Multiple Inheritance - Resolving Conflicts.mp4 (6.84 MB)
01 Introduction to the new DataTime Libraries.mp4 (42.23 MB)
02 Lab LocalDate - Create, Get the LocalDate values.mp4 (78.81 MB)
03 Lab LocalDate - Modify the LocalDate.mp4 (46.13 MB)
04 Lab LocalDate - Additional LocalDate functions.mp4 (52.03 MB)
05 Lab LocalTime.mp4 (140.3 MB)
06 Lab LocalDateTime - CreateModify LocalDateTime.mp4 (61.58 MB)
07 Lab Converting from LocalDateLocalTime to LocalDateTime.mp4 (35.51 MB)
08 Lab Comparing Dates - Period.mp4 (60.33 MB)
09 Lab Comparing Times - Duration.mp4 (43.94 MB)
10 Lab Instant.mp4 (55.24 MB)
11 Lab TimeZones - ZonedDateTime, ZoneId , ZoneOffset.mp4 (170.5 MB)
12 Lab TimeZones - Converting Instant,LocalDateTime to ZonedDateTime.mp4 (40.71 MB)
13 Lab Converting java util Datejava sql date to LocalDate.mp4 (50.67 MB)
14 Lab Formatparse LocalDate using DateTimeFormatter.mp4 (153.31 MB)
15 Lab Formatparse LocalTime using DateTimeFormatter.mp4 (73.45 MB)
16 Lab Formatparse LocalDateTime using DateTimeFormatter.mp4 (78.9 MB)
01 Project-set-up.mp4 (10.41 MB)
01 What is Local Variable Type Inference.mp4 (22.02 MB)
02 Limitation of using var.mp4 (7.74 MB)
01 TextBlocks - Enhanced the power of String.mp4 (24.4 MB)
01 Switch - as an Expression.mp4 (43.7 MB)
02 Multiline switch expression using yield.mp4 (12.14 MB)
03 Enhanced Switch are exhaustive.mp4 (12.92 MB)
01 Records Classes.mp4 (17.94 MB)
02 Custom Constructors and Validations in Record Classes.mp4 (43.3 MB)
03 Object Equality in Record Clases.mp4 (15.64 MB)
01 Introduction to Sealed ClassesTypes.mp4 (12.66 MB)
02 Subclasses of sealed classes.mp4 (9.6 MB)
03 Using sealed on abstract classes.mp4 (7.29 MB)
04 Using sealed on interfaces.mp4 (10.43 MB)
01 Introduction to Pattern Matching.mp4 (26.41 MB)
02 Record Patterns - Pattern Matching on Records.mp4 (17.97 MB)
03 Guarded Patterns.mp4 (12 MB)
01 Overview of the application.mp4 (10.43 MB)
02 PaymentService Implementation using sealed classes.mp4 (79.91 MB)
01 Simple Web Server in Action.mp4 (14.93 MB)
01 New HttpClient - GET Request to retrieve movie by ID.mp4 (54.24 MB)
02 JUnit test for the HTTP Client.mp4 (13.42 MB)
03 Build HTTPClient in Asynchronous mode.mp4 (20.76 MB)
04 Build HTTP Client - GET Request to Retrieve AllMovies.mp4 (18.78 MB)
01 Introduction to JPMS.mp4 (17.95 MB)
02 Build a Java app using JPMS.mp4 (17.89 MB)
03 Working with Multiple Modules.mp4 (13.19 MB)
04 Working with Multiple Modules - Transitively.mp4 (9.51 MB)
05 Unnamed Modules and Automatic Modules.mp4 (19.58 MB)
]
Screenshot
OEsv6evt_o.jpg


RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
TurboBit
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load legal?

Data-Load ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load gespeichert.
Oben Unten