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
620 results
Learn how to retrieve file paths from enum classes in Java with a practical example of organizing database folders and files with ...
0 views
10 months ago
Explore the differences between Java and C+ + enums, and learn how to effectively use `enum class` in C+ + while understanding ...
2 views
4 months ago
Learn how to seamlessly generate a Java class from an enum without duplicating property names by using maps and serialization ...
1 view
8 months ago
Discover how to effectively store and retrieve enum classes using String keys in Java with reflections. Learn step-by-step solutions ...
6 months ago
Discover why Java enums can't be used interchangeably with their reference types, and learn the proper way to implement ...
4 views
Discover how to effectively return a default value from an enum class in Java when an invalid string is provided. --- This video is ...
Learn how to properly initialize an `EnumMap` using a generic enum in Java, avoiding common pitfalls and compiler errors.
6 views
11 months ago
Learn how to retrieve values from Java `enum` classes using their names and fields efficiently with practical code examples and ...
Enums in Java are more powerful than you think! In this video, I'll show you how to use Enums like a pro — from basic ...
Discover how to use `enum` in Java to restrict class attributes to specific string values, improving the reliability and readability of ...
Discover how to extract enum constant values from JSON properties in Java enums using Jackson. Learn a generic solution for ...
5 months ago
Discover how to create a versatile `Generic Enum` type in Java. Learn to define tasks and statuses that can enhance your ...
Centralizing Common Code in Java Enums Java enums are a powerful feature that allows developers to define a fixed set of ...
Discover why using a `HashMap` for enum lookups in Java, while efficient in theory, might not always be the best choice in ...
Learn how to work around cyclic enum definitions in Java with clear explanations and practical examples. --- This video is based ...
Discover how to easily retrieve string field values from Java enums, even when they contain special characters like hyphens.
Discover how to create Java-style enum classes in C+ + efficiently. Learn best practices to ensure single instantiation and proper ...
3 views
Discover effective strategies for comparing enum and non-enum objects in Java while avoiding pitfalls in object equality.
9 months ago
Discover how to resolve JAXB enum class generation problems when migrating XSDs. Learn about the use of `bindings.xjb` for ...
18 views
Discover how to effectively utilize Java enums with fields of type enum. Learn the best practices and solutions for referencing other ...