Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
349 results
Java 21 introduces unnamed variables and unnamed patterns as a preview feature through JEP 443. Instead of creating variable ...
20 views
6 days ago
Structural Design Patterns in Java explained with simple examples, real-world use cases, and interview-focused concepts.
7 views
2 days ago
Why do we need the Factory Method Design Pattern in Java? Learn the real problem it solves with practical examples, ...
24 views
Welcome to Part-17 of the Java Pattern Programming Series! In this video, you'll learn 4 important Java Star Pattern Programs ...
16 views
7 days ago
The Strategy design pattern is one of the most-asked patterns in low level design (LLD) interviews — it replaces sprawling if-else ...
2 views
16 hours ago
Abstract Factory Design Pattern in Java explained with practical examples, real-world use cases, and interview-focused concepts.
14 views
5 days ago
Want to learn a cleaner way to check an object's type in Java? In this Java 101 video, we introduce pattern matching with ...
4 views
14 hours ago
Builder Design Pattern Explained | Java | Gang of Four (GoF) Design Patterns Same construction process. Different final products.
3 views
Multiplication Number Pattern in Java | Easy Logic In this video, you'll learn how to print a Multiplication Number Pattern in Java ...
Learn how to print an inverted pyramid star pattern in Java using nested for loops. In this video, we explain: ✔️ Inverted pyramid ...
13 views
4 days ago
Prototype Design Pattern Explained | Java | Gang of Four (GoF) Design Patterns Take the original, make copies. You don't rewrite ...
0 views
The Facade design pattern is how senior engineers turn a tangle of service calls into one clean front door — a structural pattern ...
Design Pattern #9: Observer Design Pattern The observer pattern is one of the most essential behavioral design patterns in ...
388 views
3 days ago
In this video, we will learn the Abstract Factory Design Pattern in Java with a simple and practical example. The Abstract Factory ...
26 views
In Part 11 of our DSA Series, we shift from learning data structures to applying them — covering the 3 most powerful coding ...
6 views
Adapter Design Pattern in Java explained with practical examples, real-world use cases, and interview-focused concepts.
Solve LeetCode 672 Bulb Switcher II in Java — a Medium problem that trips up most candidates who try to simulate it. Learn the ...
The Proxy design pattern solves three classic low level design (LLD) problems with one structure: lazy loading, access control, ...
5 views
The Template Method design pattern is the abstract-class superpower most devs ignore — it defines a fixed algorithm skeleton ...
1 day ago
The Observer design pattern powers every event listener, subscriber, and pub/sub system — and it's one of the most-asked ...