Completed
Module diagrams in IntelliJ IDEA
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Real World Java 9
Automatically move to the next video in the Classroom when playback concludes
- 1 Why Java 9?
- 2 The Case Study
- 3 Compiling with Java 9
- 4 Underscore as an identifier no longer valid
- 5 Encapsulate Most Internal APIs
- 6 9:07 Jigsaw screen freezes here until , but it's mostly talking anyway
- 7 Java Platform Module System
- 8 module-info.java and live coding using JPMS in an existing application
- 9 Automatic modules
- 10 Using my custom modules
- 11 A more complex module-info.java example
- 12 Disadvantages of applying JPMS to existing code
- 13 Advantages of JPMS
- 14 Reactive Streams API
- 15 Questions the answers are also covered below.
- 16 Module diagrams in IntelliJ IDEA
- 17 Convenience Factory Methods for Collections
- 18 Private Methods on Interfaces
- 19 New Methods on the Streams API
- 20 New Methods on Optional
- 21 The Stack Walking API
- 22 Process API Updates
- 23 Multi Release JAR Files
- 24 Updated Deprecation
- 25 HTML 5 Javadoc & Javadoc Search
- 26 JShell & Support in IntelliJ IDEA
- 27 Summary