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
434 results
In this informative Java tutorial, discover why using boolean parameters in your methods can lead to hard-to-read and maintain ...
618 views
2 years ago
Design & Implementation of Human-Computer Interfaces Course URL: https://onlinecourses.nptel.ac.in/noc22_cs125/preview Prof ...
4,857 views
3 years ago
Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...
2,126 views
Join us in this enlightening YouTube video as we dive deep into the world of Java development. Discover the key distinctions ...
730 views
Learn the key differences between the DAO (Data Access Object) and Repository patterns in this in-depth explanation.
1,942 views
1 year ago
Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...
2,966 views
shorts Why should you use Jakarta EE CDI events? On Jakarta EE, CDI events help a lot with your Java code. You can use CDI to ...
418 views
Draw a UML diagram and write code to implement a Java class that simulates a computer-controlled Toaster.
202 views
4 years ago
Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...
1,112 views
shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...
279 views
In this video, we dive into architectural testing using the powerful tool, ArchiUnit. ArchiUnit allows you to test your code design and ...
141 views
Join us in this insightful YouTube video, where we delve deep into the world of code design with a focus on Lombok, the Java ...
424 views
Composite over inheritance is an OOP design principle we've followed for several years. Like me, you might have seen it in the ...
477 views
The SOLID are five regulations of OOP class design. They are regulations and best practices to follow while designing a class ...
265 views
Fundamental concepts of object oriented programming explained in the context of Grady Booch's seminal textbook.
273,156 views
14 years ago
We laugh every time we watch cartoons! It is enjoyable; if you, like me, enjoy the Hanna-Barbera cartoons, you might enjoy the ...
258 views
Discover powerful advanced tips for utilizing Java records effectively. Learn how to leverage compact constructors and ensure ...
627 views
It is trivial that we must represent three states in our code, such as a valid, invalid, and uninitialized process. One way to express it ...
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,741 views
Since Java 8 the Java interfaces have increased the number of features such as a static method or the possibility to include ...
156 views