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
64 results
Java Tutorial: Enum and Enumeration One of the powerful tools in Object Oriented Programming languages like java is the ...
22 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
3 years ago
Java Tutorial: Java Syntax When you create your first java project with sample code, you get few lines of code that can really help ...
36 views
2 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
Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...
2,740 views
Creating your first class and instantiating objects from it in Java.
96 views
8 years ago
I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.
89,092 views
2 months ago
shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...
345 views
Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...
19,303 views
5 years ago
Dart 2.15 brings fast concurrency with worker isolates, a new constructor tear-off language feature, improved enum support in the ...
17,439 views
4 years ago
5,118 views
7 years ago
This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...
25,926 views
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,123 views
The first tool in combinatorics, the study of counting, is careful enumeration. Meant to be watched before or after reading Chapter 9 ...
3,253 views
Arrays are reference variables, which means simple assignment doesn't make a copy of the values.
768 views
6 years ago
JEP 402 proposes to unify primitives like `int` with objects by modeling primitive values as instances of primitive classes ...
1,457 views
Now one of the things I said in the last video is this idea that map, the class of map in Java, is an abstract class. There's actually a ...
19,345 views
Unlock the Full Potential of Java Object Conversion! In this video, The Ultimate Engineer delves into the power of MapStruct, the ...
2,986 views
Programming for Beginners: Variables in Program If you ever wrote a few lines of code in any programming language, you would ...
7 views
3,743 views