Other
[ CourseBoat com ] Udemy - Thinking Beyond Java 8
Torrent info
Name:[ CourseBoat com ] Udemy - Thinking Beyond Java 8
Infohash: 9B3776383D503B0E554724A289EB96CA9D517D10
Total Size: 3.57 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 1
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-10-14 08:35:03 (Update Now)
Torrent added: 2021-11-08 23:07:42
Torrent Files List
Get Bonus Downloads Here.url (Size: 3.57 GB) (Files: 277)
Get Bonus Downloads Here.url
~Get Your Files Here !
1. Getting started
1. Course Introduction.mp4
2. A glimpse of what you will learn from the course.mp4
3. Understanding the Time-Based JDK Releases.mp4
4. Is Java still free .mp4
5. More about the LTS Release.mp4
6. Java 17 is here LTS release update and a new license(free ).mp4
7. Source Code Downloading and how to navigate.mp4
JMH_Demo
test
pom.xml
src
main
java
com
demo
jmh
ArrayListEmptyAllocated.java
MyBenchmark.java
java_catching_up
jsr305-3.0.2.jar
src
java10
CopyOfList.java
CopyOfMap.java
OptionalOrElseThrow.java
VarExampleByteCode.java
VarExamples.java
VarValidUsage.java
batch.log
test.txt
java11
DeadLocked.java
EpsilonGCTest.java
FilesReadWriteAsString.java
HeaderAsyncHttpClient.java
HttpClientAsync.java
HttpClientPost.java
HttpClientSync.java
HttpUrlConnectionExample.java
LocalVariableLambda.java
OptionalEmpty.java
PredicateNot.java
StringAPIChanges.java
countjavafiles
file1.txt
file2.txt
listfiles
java12
CompactNumberFormatExamples.java
FileCompare.java
PLTeeingCollector.java
StringAPIChanges.java
SwitchPreview.java
TeeingCollector.java
readme.txt
readmealso.txt
java13
StringFormatted.java
StripIndent.java
SwitchPreview.java
TextBlocks.java
TranslateEscapes.java
escapes.txt
java14
Activity.java
Address.java
Customer.java
Employee.java
InstanceOf.java
Location.class
Location.java
NormalSwitchCase.java
NullPointerExceptions.java
Order.java
Switches.java
java15
CardPayment.java
CashPayment.java
CryptoPayment.java
FantasyPremierLeague.java
Genre.java
Location.java
LocationTest.java
MinMax.java
Movie.java
MovieTest.java
MovieUtil.java
PLTeeingCollector.java
Payment.java
TextBlocks.java
java16
Add.java
Constant.java
Customer.java
CustomerLocation.java
CustomerLocationTest.java
Expression.java
ExpressionTest.java
Keystore.java
Location.java
MapMulti.java
MinMax.java
Movie.java
MovieTest.java
MovieUtil.java
Multiply.java
Negate.java
PatternMatching.java
PopularItems.java
Product.java
RecordFromMap.java
java17
App.java
FootballLeague.java
PaymentTest.java
SwitchCasePatternMatching.java
java9
App.java
CollectionFactory.java
DatesUntil.java
DaysUntilWorldCup.java
HolidayCalendar.java
IndifyStringConcatenation.java
LimitSkip.java
MutableImmutable.java
Stock.java
StreamIterate.java
StreamOfNullable.java
TakeWhileDropWhile.java
TakeWhileDropWhileTogether.java
data.txt
modules_movieflix
com.demo.movieflix.fe
module_compile_run.bat
non_module_compile_run.bat
non_module_path_compile_run.bat
src
main
java
com
demo
movieflix
fe
App.java
recommendation
MovieRecommendationController.java
module-info.java
multi_modules
modules_movieflix
com.demo.movieflix.be
src
main
java
com
demo
movieflix
be
review
ReviewCalculator.java
service
ReviewService.java
module-info.java
com.demo.movieflix.fe
src
main
java
com
demo
movieflix
fe
App.java
recommendation
MovieRecommendationController.java
module-info.java
module_compile_run.bat
10. Exploring Java 17
1. Section Introduction.mp4
2. Sealed Classes and Conversions.mp4
3. Strong encapsulation of JDK Internals The next step.mp4
4. Quick overview of Removals and Deprecations.mp4
5. Pattern Matching for switch A preview.mp4
6. Pattern Matching for switch Compiling code with a preview feature using maven.mp4
6.1 pom.xml
7. Pattern Matching for switch Enhanced type checking in a switch statement.mp4
8. Exercise.html
11. Wrap up
1. The next big things in Java.mp4
2. Thank you !.mp4
2. Exploring Java 9
1. Section Introduction.mp4
10. Modularity Why was it introduced.mp4
11. Modules Understanding the basics.mp4
12. Modules Getting started with a modular application.mp4
13. Modules How to requires(s) another module.mp4
14. Modules The unnamed module.mp4
15. Modules The automatic module.mp4
16. Modules Why do we need the automatic module.mp4
17. Modules Quick summary of named, unnamed, and automatic modules.mp4
18. Modules Getting started with a multi-modular application, an example of two mod.mp4
19. Modules Advantages of the module system.mp4
2. Convenience Factory Methods for Collections An Introduction.mp4
20. Understanding the Encapsulated Internal API's and jDeps.mp4
21. jlink, The Java Linker An Introduction.mp4
22. jlink, The Java Linker Using the tool with a single module.mp4
23. jlink, The Java Linker Using the tool with two modules.mp4
24. JShell An Introduction.mp4
25. JShell Exploring the commands.mp4
26. Introduction to private methods in an interface.mp4
27. A quick recap of the limit and skip methods introduced in JDK 8.mp4
28. Stream API enhancement,takeWhile method A prelude.mp4
29. Stream API enhancement,takeWhile method Understanding the basics.mp4
3. Convenience Factory Methods for Collections Understanding the characteristics.mp4
30. Stream API enhancement,dropWhile method Understanding the basics.mp4
31. Stream API enhancement Iterate using a Predicate.mp4
32. Stream API enhancement The ofNullable method.mp4
33. Understanding the meaning of deprecation.mp4
34. Deprecations and Removals.mp4
35. Exercise.html
4. Difference between the static factory of() and Collections.unmodifiableXXX().mp4
5. G1 Garbage Collector An Introduction.mp4
6. G1 Garbage Collector An overview of how the G1 Garbage Collector works.mp4
7. Compact Strings The basics.mp4
8. Compact Strings Behind the scenes.mp4
9. Indify String Concatenation A peek into the bytecode.mp4
3. Exploring Java 10
1. Section Introduction.mp4
10. A look at the orElseThrow method in the Optional class.mp4
11. Using the copyOf method to create an unmodifiable list, set and map.mp4
12. Application Class-Data Sharing An Introduction.mp4
13. Application Class-Data Sharing Getting started with Class-Data sharing.mp4
14. Application Class-Data Sharing Getting started.mp4
15. Application Class-Data Sharing Benefits.mp4
16. Improved Docker Container Detection in Java.mp4
17. Exercise.html
2. Local-Variable Type Inference An Introduction.mp4
3. Local-Variable Type Inference Java is still statically typed.mp4
4. Local-Variable Type Inference Where can it be used.mp4
5. Local-Variable Type Inference Examples.mp4
6. Local-Variable Type Inference Some more examples.mp4
7. Local-Variable Type Inference Few more examples.mp4
8. Local-Variable Type Inference Final example.mp4
9. Local-Variable Type Inference Benefits and Summary.mp4
4. Exploring Java 11
1. Section Introduction.mp4
10. String API Difference between strip and trim method.mp4
11. String API lines method.mp4
12. Epsilon Garbage Collector An Introduction.mp4
13. Z Garbage Collector An Introduction.mp4
14. Deprecations and Removals Java EE and Corba.mp4
15. Deprecations and Removals Applets and Nashorn.mp4
16. Deprecations and Removals JavaFX & OpenJFX.mp4
17. Launching Single-File Source-Code Programs Getting started.mp4
18. Writing scripts using Java Combining Shebang & Single-File Source-Code Programs.mp4
19. File API Introduction to the readString and writeString methods.mp4
2. HTTP Client API Introduction and motivation.mp4
20. Predicate interface Improving the readability of the code using the not( ).mp4
21. JDK Flight Recorder An Introduction.mp4
22. JDK Mission Control An Introduction.mp4
23. JDK Mission Control Exploring the User Interface.mp4
24. JFR Creating a recording & viewing the recording in Mission Control.mp4
25. Exercise.html
3. HTTP Client API An overview of the important components.mp4
4. HTTP Client API Sending asynchronous requests.mp4
5. HTTP Client API Summary.mp4
6. Local-Variable Syntax for Lambda Parameters An Introduction.mp4
7. String API repeat method.mp4
8. String API isBlank method.mp4
9. String API strip method.mp4
5. Exploring Java 12
1. Section Introduction.mp4
10. Java Microbenchmark Harness(JMH) Getting started.mp4
10.1 JMH_Setup.txt
11. Java Microbenchmark Harness(JMH) How to benchmark.mp4
12. Java Microbenchmark Harness(JMH) Conclusion.mp4
13. Exercise.html
2. CompactNumberFormat Formatting numbers in Compact form.mp4
3. Teeing Collector Composing two downstream collectors.mp4
4. Files API Determining equality between two files using the mismatch method.mp4
5. Switch Expressions A quick preview.mp4
6. Shenandoah Garbage Collector An Introduction.mp4
7. String API The indent method.mp4
8. String API The transform method.mp4
9. Java Microbenchmark Harness(JMH) An Introduction.mp4
6. Exploring Java 13
1. Section Introduction.mp4
10. Exercise.html
2. Socket API Introduction to the reimplementation.mp4
3. Dynamic CDS Archives An Introduction.mp4
4. TextBlocks A preview, an overview.mp4
5. String API The stripIndent method.mp4
6. String API The translateEscapes method.mp4
7. String API The formatted method.mp4
8. Switch Expressions Overview of the changes.mp4
9. Garbage Collector Enhancement to ZGC.mp4
7. Exploring Java 14
1. Section Introduction.mp4
2. Switch Expressions An Introduction.mp4
3. Switch Expressions Understanding scope and yielding a value.mp4
4. Switch Expressions Mixing and matching.mp4
5. Helpful NullPointerException An Introduction.mp4
6. Garbage Collector changes Summary.mp4
7. Records A preview.mp4
8. Pattern Matching for instanceof A preview.mp4
9. Exercise.html
8. Exploring Java 15
1. Section Introduction.mp4
10. Sealed Class Examples and Benefits.mp4
11. Other notable changes A quick summary.mp4
12. Exercise.html
2. Text Blocks An Introduction.mp4
3. Text Blocks An Exploration.mp4
4. Text Blocks Introduction to the two escape sequences.mp4
5. Text Blocks Overview of what the compiler is doing.mp4
6. Helpful NullPointerException Overview of the changes.mp4
7. Records Understanding the basics.mp4
8. Records Understanding Local Records.mp4
9. Sealed Class An Introduction.mp4
9. Exploring Java 16
1. Section Introduction.mp4
10. Pattern Matching for instanceof An Introduction.mp4
11. Pattern Matching for instanceof Understand the scope of binding variables.mp4
12. Pattern Matching for instanceof Future.mp4
13. Using Sealed Types and Records together.mp4
14. Understanding how the JDK Internals are strongly encapsulated by default.mp4
15. jpackage, packaging self-contained Java applications An Introduction.mp4
16. jpackage, packaging self-contained Java applications Getting started.mp4
17. Value-Based Classes Warnings and motivation.mp4
2. Records Behind the scenes.mp4
3. Records Creating a record from Map.Entry.mp4
4. Records Using Records as a compound key in a Map.mp4
5. Records Using Records to return multiple values.mp4
6. Records Use cases.mp4
7. Stream API A quick recap of the flatMap method.mp4
8. Stream API Introduction to the mapMulti method.mp4
9. Stream API Refactoring using the mapMulti method & using the new toList method.mp4
Bonus Resources.txt
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ CourseBoat com ] Udemy - Thinking Beyond Java 8 Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size







