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
199 results
A java walk-through of the strategy pattern, with code example, UML Diagrams and pros and cons discussion.
269 views
13 years ago
Regular expressions is primarily a tool, but also sometimes used in code actively to essentially match patterns and strings.
12,910 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
98 views
3 years ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
30 views
4 years ago
Embark on a data-oriented programming journey with Java 21! In this video, we unveil the game-changing JEPs 440 and 441, ...
688 views
2 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,167 views
This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...
6,618 views
5 years ago
26 views
StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...
7,654 views
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
21,428 views
6 years ago
Regex – or regular expressions – are a method of searching for data that matches a wide variety of criteria. For more on this topic ...
389 views
9 years ago
How to let users supply numeric input to your programs.
602 views
Join us in this enlightening YouTube video as we dive deep into the world of Java development. Discover the key distinctions ...
862 views
Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...
14,280 views
8 years ago
Learn about strings in JavaScript. Learn about variables and loops. Understand declarative vs. imperative programming. Watch ...
1,822 views
Calculating days until the user's next birthday.
639 views
This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.
1,601 views
The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop. This is ...
197 views