message

[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Java Mastery Series

Likes 0 Dislikes 0
Seeders 9
Leechers 46
File Size 13.8 GB
Downloads 33
Uploaded Feb 8, 2024
Files
Trackers
More Info
Folder[FreeCoursesOnline.Me] Code With Mosh - The Ultimate Java Mastery Series
FolderPart 1 - Fundamentals
Folder4. Clean Coding
File8- Solution.mp4 - 395 MB
File5- Extracting Methods.mp4 - 294 MB
File6- Refactoring Repetitive Patterns.mp4 - 280 MB
File9- Refactoring the Code.mp4 - 162 MB
File4- Refactoring.mp4 - 97.4 MB
File3- Creating Methods.mp4 - 96.6 MB
File2- Clean Coding.mp4 - 74.1 MB
File7- Project- Payment Schedule.mp4 - 50 MB
File1- Introduction.mp4 - 19.2 MB
File10- Summary.mp4 - 6 MB
Folder3. Control Flow
File15- Solution.mp4 - 237 MB
File8- Exercise- FizzBuzz.mp4 - 154 MB
File3- Logical Operators.mp4 - 115 MB
File4- If Statements.mp4 - 104 MB
File7- Switch Statements.mp4 - 101 MB
File10- While Loops.mp4 - 97.4 MB
File12- Break and Continue Statements.mp4 - 86 MB
File5- Simplifying If Statements.mp4 - 76.7 MB
File9- For Loops.mp4 - 68.3 MB
File13- For-Each Loop.mp4 - 64.4 MB
File6- The Ternary Operator.mp4 - 50.3 MB
File2- Comparison Operators.mp4 - 35.1 MB
File11- Do..While Loops.mp4 - 34.7 MB
File14- Project- Mortgage Calculator.mp4 - 34.3 MB
File1- Introduction.mp4 - 10.1 MB
File16- Summary.mp4 - 7.57 MB
Folder5. Debugging and Deploying Applications
File4- Debugging Java Applications.mp4 - 226 MB
File5- Packaging Java Applications.mp4 - 90.6 MB
File3- Common Syntax Errors.mp4 - 49.5 MB
File2- Types of Errors.mp4 - 30.4 MB
File6- Course Wrap Up.mp4 - 23.3 MB
File1- Introduction.mp4 - 5.04 MB
Folder2. Types
File18- Solution.mp4 - 163 MB
File16- Reading Input.mp4 - 141 MB
File15- Formatting Numbers.mp4 - 137 MB
File6- Strings.mp4 - 135 MB
File13- Casting.mp4 - 119 MB
File8- Arrays.mp4 - 114 MB
File4- Reference Types.mp4 - 104 MB
File14- The Math Class.mp4 - 98.5 MB
File10- Constants.mp4 - 91.2 MB
File3- Primitive Types.mp4 - 91 MB
File5- Primitive vs Reference Types.mp4 - 72.7 MB
File17- Project- Mortgage Calculator.mp4 - 69.7 MB
File11- Arithmetic Expressions.mp4 - 67.7 MB
File2- Variables.mp4 - 56.7 MB
File9- Multi-dimensional Arrays.mp4 - 51 MB
File7- Escape Sequences.mp4 - 44.4 MB
File12- Order of Operations.mp4 - 18.2 MB
File19- Summary.mp4 - 7.15 MB
File1- Introduction.mp4 - 5.92 MB
Folder1. Getting Started
File3- Your First Java Program.mp4 - 146 MB
File1- Setting Up the Development Environment.mp4 - 117 MB
File2- Anatomy of a Java Program.mp4 - 98.5 MB
File4- How Java Code Gets Executed.mp4 - 92.6 MB
File5- 5 Interesting Facts about Java.mp4 - 80.8 MB
File6- Course Structure.mp4 - 46.5 MB
FileUltimate Java - Part 1.zip - 26.6 kB
FolderPart 2 - Object Oriented Programming
Folder3. Refactoring Towards an Object-oriented Design
File7- Extracting the MortgageCalculator Class.mp4 - 320 MB
File11- Extracting getRemainingBalances - Title.mp4 - 306 MB
File8- Moving Away from Static Members.mp4 - 301 MB
File10- Extracting Duplicate Logic.mp4 - 261 MB
File3- What Classes Do We Need_.mp4 - 232 MB
File4- Extracting the Console Class.mp4 - 143 MB
File5- Overloading Methods.mp4 - 119 MB
File2- The Problem.mp4 - 118 MB
File12- One Last Touch.mp4 - 116 MB
File9- Moving Static Fields.mp4 - 104 MB
File6- Extracting the MortgageReport Class.mp4 - 74.2 MB
File1- Introduction.mp4 - 56.2 MB
Folder2. Classes
File11- Reducing Coupling.mp4 - 289 MB
File10- Coupling.mp4 - 263 MB
File8- Getters and Setters - Title.mp4 - 255 MB
File6- Procedural Programming.mp4 - 220 MB
File12- Constructors.mp4 - 205 MB
File15- Static Members.mp4 - 158 MB
File7- Encapsulation.mp4 - 154 MB
File9- Abstraction.mp4 - 136 MB
File4- Creating Objects.mp4 - 111 MB
File14- Constructor Overloading.mp4 - 105 MB
File13- Method Overloading.mp4 - 98.3 MB
File3- Creating Classes.mp4 - 97.2 MB
File5- Memory Allocation.mp4 - 91.6 MB
File2- Classes and Objects.mp4 - 40.8 MB
File17- Summary.mp4 - 5.51 MB
File1- Introduction.mp4 - 4.51 MB
File16- Classes Quiz.pdf - 2.55 MB
Folder4. Inheritance
File8- Comparing Objects.mp4 - 243 MB
File7- Upcasting and Downcasting.mp4 - 161 MB
File9- Polymorphism.mp4 - 116 MB
File3- The Object Class.mp4 - 104 MB
File5- Access Modifiers.mp4 - 97.6 MB
File2- Inheritance.mp4 - 89.2 MB
File11- Final Classes and Methods.mp4 - 69.8 MB
File4- Constructors and Inheritance.mp4 - 67.5 MB
File10- Abstract Classes and Methods.mp4 - 56.7 MB
File6- Overriding Methods.mp4 - 54.1 MB
File12- Deep Inheritance Hierarchies.mp4 - 34.5 MB
File13- Multiple Inheritance.mp4 - 15.4 MB
File15- Summary.mp4 - 8.75 MB
File1- Introduction.mp4 - 3.08 MB
File14- Inheritance Quiz.pdf - 2.57 MB
Folder5. Interfaces
File2- What are Interfaces.mp4 - 234 MB
File11- Solution.mp4 - 197 MB
File4- Creating an Interface.mp4 - 171 MB
File9- Interface Segregation Principle.mp4 - 138 MB
File14- Private Methods.mp4 - 127 MB
File16- When to Use Interfaces.mp4 - 122 MB
File10- Project- MyTube Video Platform.mp4 - 119 MB
File15- Interfaces and Abstract Classes.mp4 - 117 MB
File3- Tightly-coupled Code.mp4 - 97.8 MB
File6- Constructor Injection.mp4 - 90.9 MB
File7- Setter Injection.mp4 - 83 MB
File13- Static Methods.mp4 - 80.3 MB
File8- Method Injection.mp4 - 64.8 MB
File12- Fields.mp4 - 60.1 MB
File5- Dependency Injection.mp4 - 55.8 MB
File18- Course Wrap Up.mp4 - 21.2 MB
File1- Introduction.mp4 - 4.34 MB
File17- Interfaces Quiz.pdf - 2.56 MB
Folder1. Getting Started
File2- Programming Paradigms.mp4 - 210 MB
File3- Benefits of Object-oriented Programming.mp4 - 136 MB
File4- Course Structure.mp4 - 40.5 MB
File1- Introduction.mp4 - 36.7 MB
File5- Ultimate Java - Part 2.zip - 109 kB
FolderPart 3 - Advanced Topics
Folder4. Collections (1h)
File6- The Collection Interface.mp4 - 17.6 MB
File5- The Iterator Interface.mp4 - 11 MB
File13- The Map Interface.mp4 - 11 MB
File4- The Iterable Interface.mp4 - 10.2 MB
File11- The Set Interface.mp4 - 9.78 MB
File3- The Need for Iterables.mp4 - 9.45 MB
File10- The Queue Interface.mp4 - 8.16 MB
File8- The Comparable Interface.mp4 - 7.86 MB
File9- The Comparator Interface.mp4 - 7.28 MB
File7- The List Interface.mp4 - 6.4 MB
File2- Overview of Collections Framework.mp4 - 6.39 MB
File12- Hash Tables.mp4 - 5.8 MB
File14- Summary.mp4 - 855 kB
File1- Introduction.mp4 - 757 kB
Folder8. The Executive Framework (70m)
File12- Composing Completable Futures.mp4 - 12.2 MB
File3- Executors.mp4 - 11.9 MB
File19- Solution- Getting Many Quotes.mp4 - 9.91 MB
File4- Callables and Futures.mp4 - 8.83 MB
File20- Solution- Random Delays.mp4 - 8.77 MB
File11- Transforming a Completable Future.mp4 - 8.54 MB
File13- Combining Completable Futures.mp4 - 8.16 MB
File9- Running Code on Completion.mp4 - 7.98 MB
File10- Handling Exceptions.mp4 - 7.75 MB
File18- Solution- Getting a Quote.mp4 - 7.64 MB
File8- Implementing an Asynchronous API.mp4 - 7.11 MB
File7- Creating a Completable Future.mp4 - 6.53 MB
File14- Waiting for Many Tasks to Complete.mp4 - 5.26 MB
File16- Handling timeouts.mp4 - 4.72 MB
File5- Asynchronous Programming.mp4 - 4.5 MB
File15- Waiting for the First Task.mp4 - 3.85 MB
File6- Completable Futures.mp4 - 2.99 MB
File2- Thread Pools.mp4 - 2.16 MB
File17- Project- Best Price Finder.mp4 - 1.91 MB
File1- Introduction.mp4 - 898 kB
Folder6. Streams (1h)
File2- Imperative vs Functional Programming.mp4 - 10.9 MB
File12- Collectors.mp4 - 9.78 MB
File3- Creating a Stream.mp4 - 9.51 MB
File4- Mapping Elements.mp4 - 9.18 MB
File13- Grouping Elements.mp4 - 8.92 MB
File7- Sorting Streams.mp4 - 8.62 MB
File11- Reducing a Stream.mp4 - 6.81 MB
File6- Slicing Streams.mp4 - 6.81 MB
File10- Simple Reducers.mp4 - 5.68 MB
File9- Peeking Elements.mp4 - 5.57 MB
File5- Filtering Elements.mp4 - 4.86 MB
File14- Partitioning Elements.mp4 - 3.78 MB
File8- Getting Unique Elements.mp4 - 3.44 MB
File15- Primitive Type Streams.mp4 - 2.51 MB
File1- Introduction.mp4 - 904 kB
File16- Summary.mp4 - 755 kB
Folder7. Concurrency and Multi-threading (1h)
File13- The volatile Keyword.mp4 - 10.9 MB
File8- Race Conditions.mp4 - 9.97 MB
File12- The synchronized Keyword.mp4 - 9.15 MB
File2- Processes and Threads.mp4 - 8.61 MB
File10- Confinement.mp4 - 7.71 MB
File17- Synchronized Collections.mp4 - 6.94 MB
File15- Atomic Objects.mp4 - 6.49 MB
File14- Thread Signalling with wait() and notify().mp4 - 6.44 MB
File3- Starting a Thread.mp4 - 6.18 MB
File11- Locks.mp4 - 5.46 MB
File6- Interrupting a Thread.mp4 - 5.16 MB
File18- Concurrent Collections.mp4 - 4.29 MB
File4- Pausing a Thread.mp4 - 4.03 MB
File16- Adders.mp4 - 4 MB
File5- Joining a Thread.mp4 - 3.72 MB
File9- Strategies for Thread Safety.mp4 - 3.62 MB
File7- Concurrency Issues.mp4 - 2.5 MB
File19- Summary.mp4 - 1.55 MB
File1- Introduction.mp4 - 1.21 MB
Folder3. Generics (43m)
File8- Comparable Interface.mp4 - 10.6 MB
File12- Wildcards.mp4 - 9.19 MB
File9- Generic Methods.mp4 - 8.15 MB
File7- Type Erasure.mp4 - 8.13 MB
File11- Generic Classes and Inheritance.mp4 - 7.58 MB
File4- Generic Classes.mp4 - 7.37 MB
File6- Constraints.mp4 - 6.45 MB
File3- A Poor Solution.mp4 - 5.81 MB
File2- The Need for Generics.mp4 - 5.78 MB
File10- Multiple Type Parameters.mp4 - 4.34 MB
File5- Generics and Primitive Types.mp4 - 3.98 MB
File13- Summary.mp4 - 1.07 MB
File1- Introduction.mp4 - 579 kB
Folder2. Exceptions (43m)
File12- Chaining Exceptions.mp4 - 9.47 MB
File6- Catching Multiple Types of Exceptions.mp4 - 8.16 MB
File11- Custom Exceptions.mp4 - 7.32 MB
File2- What are Exceptions.mp4 - 7.3 MB
File9- Throwing Exceptions.mp4 - 7.07 MB
File5- Catching Exceptions.mp4 - 7.05 MB
File7- The finally Block.mp4 - 6.9 MB
File8- The try-with-resources Statement.mp4 - 5.4 MB
File3- Types of Exceptions.mp4 - 5.04 MB
File10- Re-throwing Exceptions.mp4 - 4.81 MB
File4- Exceptions Hierarchy.mp4 - 4.29 MB
File13- Summary.mp4 - 1.11 MB
File1- Introduction.mp4 - 957 kB
Folder5. Lambda Expressions and Functional Interfaces (44m)
File2- Functional Interfaces.mp4 - 8.51 MB
File8- The Consumer Interface.mp4 - 7.84 MB
File9- Chaining Consumer.mp4 - 7.77 MB
File12- Composing Functions.mp4 - 7.53 MB
File15- The BinaryOperator Interface.mp4 - 6.89 MB
File11- The Function Interface.mp4 - 6.83 MB
File6- Method References.mp4 - 6.82 MB
File4- Lambda Expressions.mp4 - 6.53 MB
File10- The Supplier Interface.mp4 - 4.68 MB
File13- The Predicate Interface.mp4 - 4.37 MB
File7- Built-in Functional Interfaces.mp4 - 4.37 MB
File14- Combining Predicates.mp4 - 3.87 MB
File5- Variable Capture.mp4 - 3.43 MB
File3- Anonymous Inner Classes.mp4 - 2.26 MB
File16- The UnaryOperator Interface.mp4 - 2.25 MB
File1- Introduction.mp4 - 1.07 MB
File17- Summary.mp4 - 786 kB
Folder1. Getting Started
File1- Introduction.mp4 - 2.03 MB
FileUltimate Java- Part 3.zip - 109 kB
Folder0. Websites you may like
File1. OneHack.us Premium Cracked Accounts-Tutorials-Guides-Articles Community Based Forum.url - 377 B
File2. FTUApps.com Download Cracked Developers Applications For Free.url - 239 B
FileFreeCoursesOnline.me Download Udacity, Masterclass, Lynda, PHLearn, etc Free.url - 290 B
FileSupport Us.txt - 185 B
Tracker Seeder Leecher
udp://tracker.breizh.pm:6969/announce 0 0
udp://www.torrent.eu.org:451/announce 6 16
udp://tracker.torrent.eu.org:451/announce 6 16
udp://tracker.moeking.me:6969/announce 1 0
udp://tracker.opentrackr.org:1337/announce 6 21
udp://opentracker.i2p.rocks:6969/announce 5 21
udp://open.stealth.si:80/announce 4 14
udp://movies.zsw.ca:6969/announce 3 11
udp://exodus.desync.com:6969/announce 4 3
udp://tracker.theoks.net:6969/announce 1 1
udp://explodie.org:6969/announce 1 8
udp://bt2.archive.org:6969/announce 1 2
udp://bt1.archive.org:6969/announce 2 2
udp://tracker2.dler.com:80/announce 1 1
udp://tracker.dler.com:6969/announce 1 3
  • InfoHash: 4E12D200C8A9D8BBD19C8574DDAF34125067DF35
  • Last Updated: Feb 8, 2024
  • File Count: 243
  • File Category: 1
  • Tags: freecoursesonline, code, mosh, ultimate, java, mastery, series
Comments (0)
 

Write your comment

Did you like this torrent? [Optional]