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
3,679 results
java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.
18,314 views
11 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 ...
162 views
5 months ago
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
89,896 views
2 months ago
Enum (перечисление) - специальный тип данных, который позволяет задавать группу констант, объединенных общими ...
1,511 views
10 months ago
Enum in Java- An Enum (short for Enumeration). Enum is used to declared constants in Java. It provides a way to define a fixed ...
414 views
Learn how to create a `generic method` in Java to convert enum types effectively and efficiently. --- This video is based on the ...
1 view
8 months ago
Discover how to leverage `Java reflection` to dynamically invoke methods on `enum` constants when the type is a `Class`.
3 views
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 ...
18 views
Master Java Enums in this comprehensive tutorial! In this video, you'll learn: ✓ How Java uses default constructors behind the ...
20 views
Discover best practices for using JavaDoc to document your Java enums, making your code cleaner and easier to understand.
6 views
Want to master Java Enums without the confusion? In this beginner-friendly video, I break down: ✓ What is an Enum in Java ...
44 views
In this video, we take a deep dive into enums in Java, a powerful and versatile feature that enhances code readability, safety, and ...
8,820 views
What is real use of enum in java #java #javacodinginterview #javalanguage #ytviralvideo #javainterviewquestionsandanswers ...
enums (short for enumerations) are a special data type that allows you to define a collection of named constants. They are used to ...
10 views
Discover how to effectively utilize `Java` enums for parsing generic values in your classes. Learn the best practices and ...
2 views
Discover how to effectively change an enum value in Java with methods directly in the enum. Simplify your coding experience ...
8 views
Discover an elegant approach to reduce duplicate code across enums in Java by centralizing common code through inheritance.
Learn how to effectively map Enum attributes between Domain and Entity classes using MapStruct in Java. Streamline your code ...
9 views
Learn how to create a JSON object from an enum in Java, with an easy-to-follow solution. Perfect for developers looking to ...
12 views
In this video, you'll learn everything you need to know about Enums in Java — a special data type used to define a collection of ...
71 views
7 months ago
Learn how to serialize Java enums to their intended string values using Jackson for XML serialization. --- This video is based on ...
4 views