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,151 results
Los enumerados son tipos de datos especiales que pueden adoptar un número finito de valores, como contraparte a un tipo de ...
2,501 views
11 months ago
In this video, we take a deep dive into enums in Java, a powerful and versatile feature that enhances code readability, safety, and ...
9,179 views
Los enumerados de Java son orientados a objetos. Como realmente son especializaciones de la clase java.lang.Enum, se ...
2,281 views
Tired of using enums just for constants? Think again. In this video, we'll show you 5 powerful enum-based patterns that can clean ...
169 views
5 months ago
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
90,638 views
3 months ago
In this lecture, you will learn about Enums in Java and how they are used to create type-safe constants. Enums make Java ...
11 views
3 weeks ago
Want to master Java Enums without the confusion? In this beginner-friendly video, I break down: ✓ What is an Enum in Java ...
44 views
6 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 ...
430 views
Learn how to create a `generic method` in Java to convert enum types effectively and efficiently. --- This video is based on the ...
3 views
8 months ago
Learn how to create and compare Enums in Java, using dynamic values to effectively manage employee type classifications.
1 view
7 months ago
Discover how to leverage `Java reflection` to dynamically invoke methods on `enum` constants when the type is a `Class`.
10 months ago
Enum (перечисление) - специальный тип данных, который позволяет задавать группу констант, объединенных общими ...
1,587 views
Discover best practices for using JavaDoc to document your Java enums, making your code cleaner and easier to understand.
6 views
Tutorial playlist: https://www.youtube.com/playlist?list=PLOgQJY7VjpBSrvnjZx6zqlie1anJiFD4d.
80 views
Learn how to convert a string to an enum in Java effectively, and avoid common pitfalls such as IllegalArgumentException ...
4 views
What is real use of enum in java #java #javacodinginterview #javalanguage #ytviralvideo #javainterviewquestionsandanswers ...
20 views
Master Java Enums – The Ultimate Guide! Enums in Java are powerful and more than just constants. In this beginner-friendly ...
12 views
Explore how to implement the abstract method `printMonths()` in the Java enum `Season`. Learn the correct approach with ...
2 views
Learn how to filter a list of strings in Java using enums effectively. This guide provides simple implementations and advanced ...
9 months ago
Discover how to utilize `Enum` in Java for managing car manufacturers and their models without cumbersome switch cases.
0 views