Search Torrents
|
Browse Torrents
|
48 Hour Uploads
|
TV shows
|
Music
|
Top 100
Audio
Video
Applications
Games
Porn
Other
All
Music
Audio books
Sound clips
FLAC
Other
Movies
Movies DVDR
Music videos
Movie clips
TV shows
Handheld
HD - Movies
HD - TV shows
3D
Other
Windows
Mac
UNIX
Handheld
IOS (iPad/iPhone)
Android
Other OS
PC
Mac
PSx
XBOX360
Wii
Handheld
IOS (iPad/iPhone)
Android
Other
Movies
Movies DVDR
Pictures
Games
HD - Movies
Movie clips
Other
E-books
Comics
Pictures
Covers
Physibles
Other
Details for:
Working with the Java Module System (Certification 1Z0-819)
working java module system certification 1z0 819
Type:
Other
Files:
97
Size:
250.1 MB
Uploaded On:
May 17, 2023, 1:48 p.m.
Added By:
abdenna
Seeders:
5
Leechers:
3
Info Hash:
BA9C570EF007FA5B7F9B06812D1EA8316608D847
Get This Torrent
Working with the Java Module System (Certification 1Z0-819) - Pluralsight English | Size: 250 MB Learn all about the Java Module System: one of the biggest recent changes to Java. This course explains its features and the impact on the Java platform. Whether you're studying for the exam, or just want an introduction, this course has you covered! What you'll learn The Java Module System offers a new way to modularize Java applications. In this course, Working with the Java Module System (Java SE 11 Developer Certification 1Z0-819), you will create modules that strongly encapsulate implementation details, only expose well-defined APIs to other modules, and have explicit dependencies. First, you'll see the importance of modularity, and learn the fundamentals of working with modules. Then, you'll see how and why the JDK itself was modularized using the Java Module System. Armed with this knowledge, you'll learn about the Services mechanism: a way to further decouple modules even further. Last, you'll look at what it takes to migrate existing applications to the modular JDK (which affects even non-modular, classpath-based applications). Through this course, you'll get a broad overview of the Java Module System, while also seeing enough details to answer certification exam questions on this topic
Get This Torrent
01. Course Overview/01. Course Overview.mp4
4.5 MB
02. Introducing the Java Module System/02. Course Overview.mp4
7.2 MB
02. Introducing the Java Module System/03. What Is a Module.mp4
10.5 MB
02. Introducing the Java Module System/04. Why Modules.mp4
11.0 MB
02. Introducing the Java Module System/05. Creating a Module.mp4
9.5 MB
02. Introducing the Java Module System/06. Demo- Creating and Running a Module.mp4
10.1 MB
02. Introducing the Java Module System/07. Recap- Compilation and JVM Flags.mp4
4.7 MB
02. Introducing the Java Module System/08. Summary.mp4
1.4 MB
03. Working with Modules/09. Exporting Packages.mp4
8.8 MB
03. Working with Modules/10. Dependencies between Modules with Requires.mp4
4.8 MB
03. Working with Modules/11. Demo- Working with Two Modules.mp4
12.3 MB
03. Working with Modules/12. Open Modules and Packages.mp4
6.1 MB
03. Working with Modules/13. Module Declaration Syntax- Qualified Exports.mp4
4.7 MB
03. Working with Modules/14. Summary.mp4
1.6 MB
04. Understanding the Modular JDK/15. Why Modularize the JDK.mp4
3.1 MB
04. Understanding the Modular JDK/16. Exploring the Modular JDK.mp4
11.2 MB
04. Understanding the Modular JDK/17. Depending on JDK Modules.mp4
1.6 MB
04. Understanding the Modular JDK/18. Module Resolution.mp4
8.9 MB
04. Understanding the Modular JDK/19. Requires Transitive.mp4
5.8 MB
04. Understanding the Modular JDK/20. Packaging a Module.mp4
8.6 MB
04. Understanding the Modular JDK/21. Summary.mp4
1.6 MB
05. Using Services/22. Why Services.mp4
4.4 MB
05. Using Services/23. Working with Services.mp4
10.0 MB
05. Using Services/24. Demo- Working with Services.mp4
13.4 MB
05. Using Services/25. Services in Module Declarations.mp4
4.1 MB
05. Using Services/26. Service Instantiation.mp4
9.3 MB
05. Using Services/27. Services and Module Resolution.mp4
4.0 MB
05. Using Services/28. Summary.mp4
2.2 MB
06. Migrating to Modules/29. The Unnamed Module.mp4
10.9 MB
06. Migrating to Modules/30. Open Packages from the Command Line.mp4
7.0 MB
06. Migrating to Modules/31. Demo- Export Packages from the Command Line.mp4
11.4 MB
06. Migrating to Modules/32. Bottom-up Migration.mp4
11.1 MB
06. Migrating to Modules/33. Top-down Migration.mp4
11.1 MB
06. Migrating to Modules/34. Course Wrap-up.mp4
9.7 MB
Exercise Files/02/introducing-the-java-module-system-slides.pdf
1.3 MB
Exercise Files/03/working-with-modules-slides.pdf
329.4 KB
Exercise Files/04/understanding-the-modular-jdk-slides.pdf
655.6 KB
Exercise Files/05/using-services-slides.pdf
364.1 KB
Exercise Files/06/migrating-to-modules-slides.pdf
1.1 MB
Exercise Files/module2/.DS_Store
6.0 KB
Exercise Files/module2/creating_module1/.DS_Store
6.0 KB
Exercise Files/module2/creating_module1/commands.txt
313 bytes
Exercise Files/module2/creating_module1/src/.DS_Store
6.0 KB
Exercise Files/module2/creating_module1/src/com/.DS_Store
6.0 KB
Exercise Files/module2/creating_module1/src/com/javamodularity/.DS_Store
6.0 KB
Exercise Files/module2/creating_module1/src/com/javamodularity/greeter/Main.java
159 bytes
Exercise Files/module2/creating_module1/src/module-info.java
18 bytes
Exercise Files/module2/creating_module2/.DS_Store
6.0 KB
Exercise Files/module2/creating_module2/commands.txt
416 bytes
Exercise Files/module2/creating_module2/src/.DS_Store
6.0 KB
Exercise Files/module2/creating_module2/src/greeter/.DS_Store
6.0 KB
Exercise Files/module2/creating_module2/src/greeter/com/.DS_Store
6.0 KB
Exercise Files/module2/creating_module2/src/greeter/com/javamodularity/.DS_Store
6.0 KB
Exercise Files/module2/creating_module2/src/greeter/com/javamodularity/greeter/Main.java
159 bytes
Exercise Files/module2/creating_module2/src/greeter/module-info.java
18 bytes
Exercise Files/module3/.DS_Store
6.0 KB
Exercise Files/module3/dependencies/.DS_Store
6.0 KB
Exercise Files/module3/dependencies/commands.txt
198 bytes
Exercise Files/module3/dependencies/src/.DS_Store
6.0 KB
Exercise Files/module3/dependencies/src/greeter.cli/greeter/cli/Main.java
321 bytes
Exercise Files/module3/dependencies/src/greeter.cli/module-info.java
49 bytes
Exercise Files/module3/dependencies/src/greeter.hello/.DS_Store
6.0 KB
Exercise Files/module3/dependencies/src/greeter.hello/greeter/hello/service/HelloMessageService.java
194 bytes
Exercise Files/module3/dependencies/src/greeter.hello/greeter/hello/util/CapitalizeUtil.java
251 bytes
Exercise Files/module3/dependencies/src/greeter.hello/module-info.java
58 bytes
Exercise Files/module4/.DS_Store
6.0 KB
Exercise Files/module4/packaging/.DS_Store
6.0 KB
Exercise Files/module4/packaging/commands.txt
536 bytes
Exercise Files/module4/packaging/src/com/pluralsight/A.java
69 bytes
Exercise Files/module4/packaging/src/com/pluralsight/B.java
69 bytes
Exercise Files/module4/packaging/src/com/pluralsight/util/C.java
74 bytes
Exercise Files/module4/packaging/src/module-info.java
54 bytes
Exercise Files/module4/resolution/.DS_Store
6.0 KB
Exercise Files/module4/resolution/commands.txt
236 bytes
Exercise Files/module4/resolution/src/.DS_Store
6.0 KB
Exercise Files/module4/resolution/src/mymodule/.DS_Store
6.0 KB
Exercise Files/module4/resolution/src/mymodule/com/pluralsight/Main.java
169 bytes
Exercise Files/module4/resolution/src/mymodule/module-info.java
37 bytes
Exercise Files/module4/resolution/src/util/com/pluralsight/util/LoggingUtil.java
233 bytes
Exercise Files/module4/resolution/src/util/module-info.java
73 bytes
Exercise Files/module5/.DS_Store
6.0 KB
Exercise Files/module5/services/.DS_Store
6.0 KB
Exercise Files/module5/services/commands.txt
458 bytes
Exercise Files/module5/services/mods/greeter.grumpy.jar
1.4 KB
Exercise Files/module5/services/src/greeter.api/greeter/api/MessageService.java
81 bytes
Exercise Files/module5/services/src/greeter.api/module-info.java
46 bytes
Exercise Files/module5/services/src/greeter.cli/greeter/cli/Main.java
430 bytes
Exercise Files/module5/services/src/greeter.cli/module-info.java
83 bytes
Exercise Files/module5/services/src/greeter.friendly/greeter/friendly/service/FriendlyMessageService.java
205 bytes
Exercise Files/module5/services/src/greeter.friendly/module-info.java
151 bytes
Exercise Files/module5/services/src/greeter.hello/greeter/hello/service/HelloMessageService.java
255 bytes
Exercise Files/module5/services/src/greeter.hello/greeter/hello/util/CapitalizeUtil.java
251 bytes
Exercise Files/module5/services/src/greeter.hello/module-info.java
138 bytes
Exercise Files/module6/.DS_Store
6.0 KB
Exercise Files/module6/jdeps/commands.txt
904 bytes
Exercise Files/module6/jdeps/src/com/.DS_Store
6.0 KB
Exercise Files/module6/jdeps/src/com/pluralsight/Legacy.java
251 bytes
Similar Posts:
Category
Name
Uploaded
Other
Working with Arrays and Collections in Java (Certification 1Z0-819)
May 18, 2023, 2:42 a.m.
Other
Working with Java IO API in Java SE Applications (Certification 1Z0-819)
May 18, 2023, 2:42 a.m.
E-books
Seriously Good Software Code That Works Survives And Wins Java M
Jan. 31, 2023, 2:35 p.m.
E-books
Almog S. Java 8 to 21. Explore and work with the cutting-edge features...2023
Nov. 13, 2023, 12:16 p.m.