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
341 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,862 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,132 views
Join us in this enlightening YouTube video as we dive deep into the world of Java development. Discover the key distinctions ...
734 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
Learn the key differences between the DAO (Data Access Object) and Repository patterns in this in-depth explanation.
1,955 views
1 year ago
Draw a UML diagram and write code to implement a Java class that simulates a computer-controlled Toaster.
204 views
4 years ago
shorts To start using Java reflection and create its annotation, remember that there are retention and target annotations. But what ...
282 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
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 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 ...
420 views
Composite over inheritance is an OOP design principle we've followed for several years. Like me, you might have seen it in the ...
478 views
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
The SOLID are five regulations of OOP class design. They are regulations and best practices to follow while designing a class ...
267 views
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
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
Discover powerful advanced tips for utilizing Java records effectively. Learn how to leverage compact constructors and ensure ...
628 views
Objects can be composed of other objects. This video shows an example.
277 views
6 years ago
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 ...