Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
ПΣӨƧӨFƬ
Modern Java - Master All New Features In Java By  Coding It Vote_lcapModern Java - Master All New Features In Java By  Coding It Voting_barModern Java - Master All New Features In Java By  Coding It Vote_rcap 
tano1221
Modern Java - Master All New Features In Java By  Coding It Vote_lcapModern Java - Master All New Features In Java By  Coding It Voting_barModern Java - Master All New Features In Java By  Coding It Vote_rcap 
大†Shinegumi†大
Modern Java - Master All New Features In Java By  Coding It Vote_lcapModern Java - Master All New Features In Java By  Coding It Voting_barModern Java - Master All New Features In Java By  Coding It Vote_rcap 
ℛeℙ@¢ᴋ€r
Modern Java - Master All New Features In Java By  Coding It Vote_lcapModern Java - Master All New Features In Java By  Coding It Voting_barModern Java - Master All New Features In Java By  Coding It Vote_rcap 
Engh3
Modern Java - Master All New Features In Java By  Coding It Vote_lcapModern Java - Master All New Features In Java By  Coding It Voting_barModern Java - Master All New Features In Java By  Coding It Vote_rcap 
ronaldinho424
Modern Java - Master All New Features In Java By  Coding It Vote_lcapModern Java - Master All New Features In Java By  Coding It Voting_barModern Java - Master All New Features In Java By  Coding It Vote_rcap 
Mayo 2024
LunMarMiérJueVieSábDom
  12345
6789101112
13141516171819
20212223242526
2728293031  
CalendarioCalendario
Últimos temas
» Soda PDF Desktop Pro v14.0.417 (22768) (x64) Multilingual
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 11:16 pm por tano1221

» PhraseExpress 16.2.31
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 11:14 pm por tano1221

» Tracktion Software Waveform 13 Pro v13.0.44
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 10:39 pm por ronaldinho424

» Mixxx 2.4.1 (x64) Multilingual
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 10:33 pm por ronaldinho424

» Topaz Photo AI 3.0.2 (x64)
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 10:25 pm por ronaldinho424

»  iZotope RX 11 Audio Editor Advanced 11.0.0 (x64)
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 7:57 pm por 大†Shinegumi†大

» iZotope Ozone Advanced 11.0.1 (x64)
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 7:53 pm por 大†Shinegumi†大

» iZotope Neutron 4.6.0 (x64)
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 7:47 pm por 大†Shinegumi†大

» Snapclear 2.1.0 (x64) |
Modern Java - Master All New Features In Java By  Coding It EmptyAyer a las 7:45 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Modern Java - Master All New Features In Java By Coding It

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 69606
Fecha de inscripción : 20/08/2016

Modern Java - Master All New Features In Java By  Coding It Empty
MensajeTema: Modern Java - Master All New Features In Java By Coding It   Modern Java - Master All New Features In Java By  Coding It EmptyMiér Oct 18, 2023 2:12 am


Modern Java - Master All New Features In Java By  Coding It 32bdd6308dbfab38b5d8bc734f1dac91
Modern Java - Master All New Features In Java By Coding It
Published 10/2023
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.15 GB | Duration: 3h 0m

Learn the latest Java features such as TextBlocks,Records,Sealed Classes, Pattern Matching and more by coding it.

What you'll learn
All the new features in Modern Java
LVTI, TextBlocks, Enhanced Switch, Record Classes
Use Sealed Class to apply controlled Inheritance
Learn Pattern Matching to write concise and structured code
Java Platform Module System(JPMS) and its benefits
Student will be able to upgrade their Java knowledge to the latest Java Features
Requirements
Prior Java Knowledge is needed
Students should have knowledge about IDE such as Eclipse, Intellij IDEA
Any Java version greater than Java 20 is needed
Description
Learn the new Modern Java Features by coding it. This is a pure coding course and you will get a complete understanding of all the latest Java features by coding it.Why Should I take this course?This course will help the Java developers to build their knowledge on the new Java features.All the new features such as:Local Variable Type InferenceText BlocksEnhanced SwitchRecordsSealed Classes/InterfacesPattern MatchingSimple Web ServerNew Http ClientJava Platform Module System (JPMS)This course will give you the confidence on implementing new Java features in real Java projects.By the end of this course you will have a complete understanding of new Java features and how to use them in your day to day project.Course Overview : Section 1 - Getting Started:This section explains about what will be covered in this course.Section 2 : Introduction to Modern Java : Big PictureIn this section, I will give you all an introduction to Modern Java.Section 3: Local Set UpIn this section, we will set up the latest java environment and base project for this course.Section 4: Local Variable Type Inference (LVTI) using varIn this section, we will code and learn about the LVTI feauture to simply local variable declaration using type inference.Section 5: Text Blocks In this section, we will code and learn about the TextBlocks which enhances the power of String in Java.Section 6: Enhanced SwitchIn this section, we will code and learn about the new Switch which is an expression.Switch - as an ExpressionMultiline switch expression using "yield"Enhanced Switch are exhaustiveSection 7 : RecordsIn this section, we will code and explore the record classes concept in Modern Java.Records ClassesCustom Constructors and Validations in Record ClassesObject Equality in Record ClasesSection 8 : Pattern MatchingIn this section, we will code and learn about pattern matching.Introduction to Pattern MatchingRecord Patterns - Pattern Matching on RecordsGuarded PatternsSection 9 : ChekoutService Application[ Real Time Usecase]In this section, we will implement a realtime application using all the modern java concepts that we have learned so far.Section 10 : Simple Web ServerIn this section, I will give you a demonstration of jwebserver and how it serves the files and folders as resources.Section 11 : New Http ClientIn this section, we will code and explore the new HTTP Client that has support for HTTP2/Websockets.New HttpClient - GET Request to retrieve movie by IDJUnit test for the HTTP ClientBuild HTTPClient in Asynchronous modeBuild HTTP Client - GET Request to Retrieve AllMoviesSection 12 : Java Platform Module System (JPMS)In this section, we will code and learn about how to build java application using JPMS or modules.Introduction to JPMSBuild a Java app using JPMSWorking with Multiple ModulesWorking with Multiple Modules - TransitivelyUnnamed Modules and Automatic ModulesBy the end of this course you will have a complete understanding of all the Latest Java features and implement it in real Java projects.
Overview
Section 1: Introduction
Lecture 1 Course Introduction
Lecture 2 Pre-requestites
Section 2: Introduction to Modern Java : Big Picture
Lecture 3 Getting Started Modern Java
Section 3: Local Set Up
Lecture 4 Java Installation
Lecture 5 Setup the Base Project
Section 4: Local Variable Type Inference (LVTI) using var
Lecture 6 What is Local Variable Type Inference ?
Lecture 7 Limitation of using "var"
Section 5: Text Blocks
Lecture 8 TextBlocks - Enhanced the power of String
Section 6: Enhanced Switch
Lecture 9 Switch - as an Expression
Lecture 10 Multiline switch expression using "yield"
Lecture 11 Enhanced Switch are exhaustive
Section 7: Records
Lecture 12 Records Classes
Lecture 13 Custom Constructors and Validations in Record Classes
Lecture 14 Object Equality in Record Clases
Section 8: Sealed Classes/Interfaces
Lecture 15 Introduction to Sealed Classes/Types
Lecture 16 Subclasses of sealed classes
Lecture 17 Using sealed on "abstract" classes
Lecture 18 Using sealed on "interfaces"
Section 9: Pattern Matching
Lecture 19 Introduction to Pattern Matching
Lecture 20 Record Patterns - Pattern Matching on Records
Lecture 21 Guarded Patterns
Section 10: ChekoutService Application[ Real Time Usecase]
Lecture 22 Overview of the application
Lecture 23 PaymentService Implementation using sealed classes
Section 11: Simple Web Server
Lecture 24 Simple Web Server in Action
Section 12: New Http Client
Lecture 25 New HttpClient - GET Request to retrieve movie by ID
Lecture 26 JUnit test for the HTTP Client
Lecture 27 Build HTTPClient in Asynchronous mode
Lecture 28 Build HTTP Client - GET Request to Retrieve AllMovies
Section 13: Java Platform Module System (JPMS)
Lecture 29 Introduction to JPMS
Lecture 30 Build a Java app using JPMS
Lecture 31 Working with Multiple Modules
Lecture 32 Working with Multiple Modules - Transitively
Lecture 33 Unnamed Modules and Automatic Modules
Anyone willing to learn the new Java Features such as TextBlocks,Records,Sealed Classes, Pattern Matching and more by coding it,Java developers who would like to take their knowledge to the next level to write more concise and readable code

Screenshots

Modern Java - Master All New Features In Java By  Coding It 6a7c36afff02618d4d5d8003c98c0b6d

Download link

rapidgator.net:
Código:

https://rapidgator.net/file/bc27c08a4a35fdc36f8afd01dbc028de/bpmec.Modern.Java..Master.All.New.Features.In.Java.By.Coding.It.part1.rar.html
https://rapidgator.net/file/e062d216d2480051e2142853217c22a8/bpmec.Modern.Java..Master.All.New.Features.In.Java.By.Coding.It.part2.rar.html

uploadgig.com:
Código:

https://uploadgig.com/file/download/a1Fb6653F0978085/bpmec.Modern.Java..Master.All.New.Features.In.Java.By.Coding.It.part1.rar
https://uploadgig.com/file/download/fA3c0d5c65A55327/bpmec.Modern.Java..Master.All.New.Features.In.Java.By.Coding.It.part2.rar

nitroflare.com:
Código:

https://nitroflare.com/view/FF166A19667022C/bpmec.Modern.Java..Master.All.New.Features.In.Java.By.Coding.It.part1.rar
https://nitroflare.com/view/F80AEA1BA5F3613/bpmec.Modern.Java..Master.All.New.Features.In.Java.By.Coding.It.part2.rar
Volver arriba Ir abajo
 

Modern Java - Master All New Features In Java By Coding It

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Java 7 & Java 8 new features with Lambdas & Streams
» Java Best Practices: Improve Your Java Coding Standards
» Java9 New Features - Learn by coding it
» New Java 15 Features In Simple Way
» JAVA 10 New Features - Crash Course

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-