Платформа Java развивается быстрее, чем когда-либо в своей истории. Одним из ключевых направлений остается продуктивность разработчиков. Задача состоит в том, чтобы быть в курсе всех последних изменений. Курс принесет огромную пользу разработчикам Java, заинтересованным в том, чтобы освоить постоянно развивающийся язык Java. Есть много упражнений (вместе с решениеми). Курс не является руководством по миграции, но мы охватываем множество областей, которые могут повлиять на миграцию.
Этот курс поможет вам:
Понять, как язык и платформа Java развиваются после Java 8
Хорошо ознакомится с различными улучшениями, инновациями, улучшениями и инструментами после Java 8
Узнать о новом цикле выпуска JDK
Воспользоватся новейшими современными функциями
Наряду с вышеизложенным, расширьте свой кругозор в отношении различных областей, на которые следует обратить внимание в данном выпуске JDK.
Начиная с Java 9, мы будем постепенно переходить к Java 17 и исследовать:
Языковые функции, сборщики мусора, улучшения библиотеки, инструменты, удаления и устаревания и многое другое.
Мы ориентируемся на один выпуск Java в каждом разделе.
Посмотреть больше
Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум
Ограничение времени просмотра
Вы можете просматривать пробный урок только 10 минут. Получите полный доступ, чтобы смотреть без ограничений.
Java 17 is here: LTS release update and a new license(free ?)
Урок 7.
00:04:25
Source Code: Downloading and how to navigate?
Урок 8.
00:03:18
Section Introduction
Урок 9.
00:07:14
Convenience Factory Methods for Collections: An Introduction
Урок 10.
00:07:24
Convenience Factory Methods for Collections: Understanding the characteristics
Урок 11.
00:05:47
Difference between the static factory of() and Collections.unmodifiableXXX()
Урок 12.
00:03:32
G1 Garbage Collector: An Introduction
Урок 13.
00:03:50
G1 Garbage Collector: An overview of how the G1 Garbage Collector works
Урок 14.
00:03:42
Compact Strings: The basics
Урок 15.
00:05:11
Compact Strings: Behind the scenes
Урок 16.
00:07:43
Indify String Concatenation: A peek into the bytecode
Урок 17.
00:06:37
Modularity: Why was it introduced?
Урок 18.
00:05:56
Modules: Understanding the basics
Урок 19.
00:06:46
Modules: Getting started with a modular application
Урок 20.
00:03:49
Modules: How to requires(s) another module?
Урок 21.
00:05:04
Modules: The unnamed module
Урок 22.
00:05:56
Modules: The automatic module
Урок 23.
00:04:15
Modules: Why do we need the automatic module?
Урок 24.
00:05:45
Modules: Quick summary of named, unnamed, and automatic modules
Урок 25.
00:09:50
Modules: Getting started with a multi-modular application, an example of two mod
Урок 26.
00:02:58
Modules: Advantages of the module system
Урок 27.
00:08:09
Understanding the Encapsulated Internal API's and jDeps
Урок 28.
00:05:16
jlink, The Java Linker: An Introduction
Урок 29.
00:04:04
jlink, The Java Linker: Using the tool with a single module
Урок 30.
00:04:06
jlink, The Java Linker: Using the tool with two modules
Урок 31.
00:05:56
JShell: An Introduction
Урок 32.
00:07:00
JShell: Exploring the commands
Урок 33.
00:03:39
Introduction to private methods in an interface
Урок 34.
00:06:32
A quick recap of the limit and skip methods introduced in JDK 8
Урок 35.
00:05:50
Stream API enhancement,takeWhile method: A prelude
Урок 36.
00:04:22
Stream API enhancement,takeWhile method: Understanding the basics
Урок 37.
00:07:18
Stream API enhancement,dropWhile method: Understanding the basics
Урок 38.
00:05:50
Stream API enhancement: Iterate using a Predicate
Урок 39.
00:07:12
Stream API enhancement: The ofNullable method
Урок 40.
00:04:04
Understanding the meaning of deprecation
Урок 41.
00:04:21
Deprecations and Removals
Урок 42.
00:02:12
Section Introduction
Урок 43.
00:04:04
Local-Variable Type Inference: An Introduction
Урок 44.
00:01:24
Local-Variable Type Inference: Java is still statically typed
Урок 45.
00:05:25
Local-Variable Type Inference: Where can it be used?
Урок 46.
00:08:27
Local-Variable Type Inference: Examples
Урок 47.
00:03:57
Local-Variable Type Inference: Some more examples
Урок 48.
00:07:41
Local-Variable Type Inference: Few more examples
Урок 49.
00:10:01
Local-Variable Type Inference: Final example
Урок 50.
00:02:09
Local-Variable Type Inference: Benefits and Summary
Урок 51.
00:03:40
A look at the orElseThrow method in the Optional class
Урок 52.
00:06:17
Using the copyOf method to create an unmodifiable list, set and map
Урок 53.
00:04:35
Application Class-Data Sharing: An Introduction
Урок 54.
00:04:59
Application Class-Data Sharing: Getting started with Class-Data sharing
Урок 55.
00:03:56
Application Class-Data Sharing: Getting started
Урок 56.
00:01:50
Application Class-Data Sharing: Benefits
Урок 57.
00:07:18
Improved Docker Container Detection in Java
Урок 58.
00:03:42
Section Introduction
Урок 59.
00:05:13
HTTP Client API: Introduction and motivation
Урок 60.
00:03:31
HTTP Client API: An overview of the important components
Урок 61.
00:05:30
HTTP Client API: Sending asynchronous requests
Урок 62.
00:01:11
HTTP Client API: Summary
Урок 63.
00:04:28
Local-Variable Syntax for Lambda Parameters: An Introduction
Урок 64.
00:02:28
String API: repeat method
Урок 65.
00:03:05
String API: isBlank method
Урок 66.
00:03:33
String API: strip method
Урок 67.
00:02:25
String API: Difference between strip and trim method
Урок 68.
00:04:55
String API: lines method
Урок 69.
00:07:06
Epsilon Garbage Collector: An Introduction
Урок 70.
00:04:01
Z Garbage Collector: An Introduction
Урок 71.
00:03:02
Deprecations and Removals: Java EE and Corba
Урок 72.
00:02:35
Deprecations and Removals: Applets and Nashorn
Урок 73.
00:01:59
Deprecations and Removals: JavaFX & OpenJFX
Урок 74.
00:05:02
Launching Single-File Source-Code Programs: Getting started
Урок 75.
00:05:34
Writing scripts using Java: Combining Shebang & Single-File Source-Code Programs
Урок 76.
00:05:06
File API: Introduction to the readString and writeString methods
Урок 77.
00:05:20
Predicate interface: Improving the readability of the code using the not( )
Урок 78.
00:06:06
JDK Flight Recorder: An Introduction
Урок 79.
00:06:41
JDK Mission Control: An Introduction
Урок 80.
00:06:41
JDK Mission Control: Exploring the User Interface
Урок 81.
00:03:19
JFR: Creating a recording & viewing the recording in Mission Control
Урок 82.
00:02:11
Section Introduction
Урок 83.
00:04:53
CompactNumberFormat: Formatting numbers in Compact form
Урок 84.
00:04:32
Teeing Collector: Composing two downstream collectors
Урок 85.
00:03:33
Files API: Determining equality between two files using the mismatch method
Урок 86.
00:04:54
Switch Expressions: A quick preview
Урок 87.
00:04:00
Shenandoah Garbage Collector: An Introduction
Урок 88.
00:05:40
String API: The indent method
Урок 89.
00:06:58
String API: The transform method
Урок 90.
00:06:45
Java Microbenchmark Harness(JMH): An Introduction
Урок 91.
00:05:41
Java Microbenchmark Harness(JMH): Getting started
Урок 92.
00:07:30
Java Microbenchmark Harness(JMH): How to benchmark?
Урок 93.
00:01:38
Java Microbenchmark Harness(JMH): Conclusion
Урок 94.
00:01:40
Section Introduction
Урок 95.
00:03:27
Socket API: Introduction to the reimplementation
Урок 96.
00:04:16
Dynamic CDS Archives: An Introduction
Урок 97.
00:04:01
TextBlocks: A preview, an overview
Урок 98.
00:04:43
String API: The stripIndent method
Урок 99.
00:05:22
String API: The translateEscapes method
Урок 100.
00:05:38
String API: The formatted method
Урок 101.
00:03:04
Switch Expressions: Overview of the changes
Урок 102.
00:01:56
Garbage Collector: Enhancement to ZGC
Урок 103.
00:01:41
Section Introduction
Урок 104.
00:05:11
Switch Expressions: An Introduction
Урок 105.
00:05:21
Switch Expressions: Understanding scope and yielding a value
Урок 106.
00:02:02
Switch Expressions: Mixing and matching
Урок 107.
00:05:22
Helpful NullPointerException: An Introduction
Урок 108.
00:02:28
Garbage Collector changes: Summary
Урок 109.
00:05:00
Records: A preview
Урок 110.
00:05:22
Pattern Matching for instanceof: A preview
Урок 111.
00:01:39
Section Introduction
Урок 112.
00:04:35
Text Blocks: An Introduction
Урок 113.
00:06:29
Text Blocks: An Exploration
Урок 114.
00:04:59
Text Blocks: Introduction to the two escape sequences
Урок 115.
00:04:02
Text Blocks: Overview of what the compiler is doing
Урок 116.
00:03:01
Helpful NullPointerException: Overview of the changes
Урок 117.
00:05:35
Records: Understanding the basics
Урок 118.
00:08:41
Records: Understanding Local Records
Урок 119.
00:04:03
Sealed Class: An Introduction
Урок 120.
00:05:05
Sealed Class: Examples and Benefits
Урок 121.
00:04:23
Other notable changes: A quick summary
Урок 122.
00:02:14
Section Introduction
Урок 123.
00:05:08
Records: Behind the scenes
Урок 124.
00:03:10
Records: Creating a record from Map.Entry
Урок 125.
00:04:37
Records: Using Records as a compound key in a Map
Урок 126.
00:05:58
Records: Using Records to return multiple values
Урок 127.
00:03:34
Records: Use cases
Урок 128.
00:03:43
Stream API: A quick recap of the flatMap method
Урок 129.
00:05:30
Stream API: Introduction to the mapMulti method
Урок 130.
00:03:26
Stream API: Refactoring using the mapMulti method & using the new toList method
Урок 131.
00:04:53
Pattern Matching for instanceof: An Introduction
Урок 132.
00:05:38
Pattern Matching for instanceof: Understand the scope of binding variables
Урок 133.
00:04:29
Pattern Matching for instanceof: Future
Урок 134.
00:06:41
Using Sealed Types and Records together
Урок 135.
00:07:46
Understanding how the JDK Internals are strongly encapsulated by default
Урок 136.
00:03:53
jpackage, packaging self-contained Java applications: An Introduction
Урок 137.
00:04:52
jpackage, packaging self-contained Java applications : Getting started
Урок 138.
00:03:47
Value-Based Classes: Warnings and motivation
Урок 139.
00:01:36
Section Introduction
Урок 140.
00:04:18
Sealed Classes and Conversions
Урок 141.
00:02:36
Strong encapsulation of JDK Internals: The next step
Урок 142.
00:02:35
Quick overview of Removals and Deprecations
Урок 143.
00:06:21
Pattern Matching for switch: A preview
Урок 144.
00:07:03
Pattern Matching for switch: Compiling code with a preview feature using maven
Урок 145.
00:05:08
Pattern Matching for switch: Enhanced type checking in a switch statement
Урок 146.
00:02:04
Section Introduction
Урок 147.
00:03:23
Getting started with build tools and plugins
Урок 148.
00:09:12
JAXB related problem & solution during migration
Урок 149.
00:05:48
Migration problem: A simple Hibernate based application
Урок 150.
00:08:16
Migration solution: Upgrading to the correct version of Hibernate
Урок 151.
00:01:27
Upgrading to the correct version of Spring & Spring Boot
Урок 152.
00:09:36
Upgrading to Java 17: A simple example of Spring Boot based application
Урок 153.
00:03:52
The next big things in Java
Урок 154.
00:00:41
Thank you !
Автор - udemy
udemy
Udemy - одна из самых больших площадок в мире по доставке обучающего контента от разных авторов всего мира. Присутсвуют курсы практически на любую тему.
Команда внимательно читает ваши комментарии и оперативно на них реагирует. Вы можете спокойно оставлять запросы на обновления или задавать любые вопросы о курсе здесь.
Это курс для профессионалов Java (или начинающих профессионалов Java), которым необходимо глубокое понимание того, как веб-приложения работают на Java. В этом курсе мы расскажем, как создать веб-сайт без использования фреймворка. Это может показаться безумием, но фреймворки часто скрывают сложность того, что происходит под капотом, поэтому, когда что-то идет не так, мы не понимаем, почему и, следовательно, как это исправить.
Создание современных распределенных систем с помощью Java
Building Modern Distributed Systems with Java
Значительный процент крупных предприятий, с которыми я работал, признались, что испытывают проблемы с производительностью критически важных бизнес-приложений. Большинство производственных систем были построены на основе устаревших монолитных технологий. Недавняя популярность микросервисов не оправдала обещаний несвязанных, масштабируемых и отказоустойчивых систем, если только они не будут «сделаны правильно».
Итак, у вас есть некоторый опыт работы с Java, но вы пытаетесь понять, что делать дальше, чтобы упростить получение следующей работы или консультационной работы и выделиться из толпы. Возможно, вы уже слышали о шаблонах проектирования и видели, что программисты, которые знают их и могут реализовать, пользуются большим уважением. Ясно одно - Java программисты с опытом работы с шаблонами проектирования пользуются большим спросом.
Освоение Исключений Java Используя Лучшие Практики
Mastering Java Exceptions with Best Practices
Создание надежного программного обеспечения — это не только понимание того, как работают исключения Java, но и понимание того, как правильно их использовать. Таким образом, это больше, чем изучение исключений Java как языковой функции, и это то, чему этот курс призван научить. Исключения почти всегда рассматриваются как короткая глава/тема (обычно 30-45 минут) в более крупном курсе Java, и они охватывают только основы исключений Java. Этого
Complete Java SE 8 Developer Bootcamp - OCA Prep Included
Java - один из самых популярных языков программирования, используемых в профессиональной разработке приложений. Таким образом, для тех, кто освоит его синтаксис, доступен обширный рынок труда. Однако для освоения такого сложного и обширного языка, как Java, разработчик должен начать с прочной основы программирования. Этот курс обеспечивает эту основу.