Core Java 9/10 for the Impatient

Core Java 9/10 for the Impatient

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch | 3h 18m | 1.30 GB

Modern Java introduces major enhancements that impact the core Java technologies and APIs at the heart of the Java platform. Many old Java idioms are no longer needed and new features such as modularization make you far more effective. However, navigating these changes can be challenging.

Core Java 9/10 for the Impatient LiveLessons by Cay S. Horstmann is a concise guide that includes all the latest changes up to Java SE 9 and 10. This training pairs with the recently released second edition of Core Java SE 9 for the Impatient, which has been fully updated to cover Java SE 9 and 10.

Horstmann’s practical insights and sample code help you quickly take advantage of all that’s new, from Java SE 9’s long-awaited “Project Jigsaw” module system to the improvements first introduced in Java SE 8, including lambda expressions and streams.

What You Will Learn

Horstmann’s practical insights and sample code help you quickly take advantage of all that’s new, from new and convenient API features to Java SE 9’s long-awaited “Project Jigsaw” module system.

  • Test code as you create it with the new JShell Read-Eval-Print Loop (REPL)
  • Take advantage of a multitude of API improvements for working with collections, input/output, regular expressions, and processes
  • Streamline and optimize data management with today’s Streams API
  • Leverage modern concurrent programming based on cooperating tasks
  • Use modules to simplify the development of well-performing complex systems
  • Migrate applications to work with the modularized Java API and third-party modules
  • Optionally, take a crash course into JavaFX
Table of Contents

01 Core Java 9 for the Impatient – Introduction
02 Learning objectives
03 1.1 JShell
04 1.2 Collection Literals
05 1.3 Optional Type
06 1.4 Streams
07 1.5 I_O
08 1.6 Regular Expressions
09 1.7 Completable Futures and Processes
10 1.8 HTTPClient
11 Learning objectives
12 2.1 Basic concepts
13 2.2 Exporting packages and requiring modules
14 2.3 Runtime access
15 2.4 Migration and troubleshooting
16 Learning objectives
17 3.1 A Brief History of Java GUI Programming
18 3.2 Displaying Information in a Scene
19 3.3 Event Handling
20 3.4 Layout
21 3.5 User Interface Controls
22 3.6 Dialogs
23 3.7 Fancy Controls
24 3.8 Properties and Bindings
25 3.9 Asynchronous Processing
26 Core Java 9 for the Impatient – Summary