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
2,885 results
Want to master Java Enums without the confusion? In this beginner-friendly video, I break down: ✓ What is an Enum in Java ...
44 views
7 months ago
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
92,168 views
4 months ago
Tired of using enums just for constants? Think again. In this video, we'll show you 5 powerful enum-based patterns that can clean ...
201 views
Master Java Enums in this comprehensive tutorial! In this video, you'll learn: ✓ How Java uses default constructors behind the ...
25 views
What is an Enum in Java? Enum (short for “enumeration”) is a special type in Java used to represent a fixed set of constants.
6 views
9 days ago
Struggling to understand Enums in Java? Don't worry! In this video, we break it down with a real-life traffic signal example to show ...
23 views
This beginner-friendly video will help you understand what an Enum class is, why it's used, and how to implement it in real-world ...
8 views
9 months ago
Java Enums This playlist contains Java concept explanation videos created using NotebookLM, focused on helping beginners ...
2 views
1 month ago
In this lecture, you will learn about Enums in Java and how they are used to create type-safe constants. Enums make Java ...
38 views
This session covers Enum Types in Java. They are useful in assigning various constants to an Enum. It walks through code ...
16 views
10 months ago
Welcome to Episode 65 of the Astral Grid Java Course in Tamil! In this video, we'll explore one of the most powerful and often ...
205 views
6 months ago
Discover how to effectively utilize Java enums with fields of type enum. Learn the best practices and solutions for referencing other ...
3 views
Enumeration in Java programming is an essential concept for organizing and managing constants efficiently. In this video by ...
Discover how to implement a `dynamic enum return` based on conditions in Java with an easy-to-follow guide. Learn how to filter ...
1 view
In Java, if you're working with an enum and want to associate a description and a tag (or any metadata) with each enum constant, ...
Hi all! Happy Java to you! Here's few links for your learning journey: 🖋️ Theoretical Java Playlist: ...
67 views
Discover how to utilize `Enum` in Java for managing car manufacturers and their models without cumbersome switch cases.
0 views
A step-by-step guide on how to create a Java Enum for various StandardCharsets, addressing common syntax errors and ...
11 months ago
Discover how to extract enum constant values from JSON properties in Java enums using Jackson. Learn a generic solution for ...
5 months ago
Learn how to create a `generic method` in Java to convert enum types effectively and efficiently. --- This video is based on the ...