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,334 results
In this video, we take a deep dive into enums in Java, a powerful and versatile feature that enhances code readability, safety, and ...
9,243 views
11 months ago
Los enumerados son tipos de datos especiales que pueden adoptar un número finito de valores, como contraparte a un tipo de ...
2,522 views
Los enumerados de Java son orientados a objetos. Como realmente son especializaciones de la clase java.lang.Enum, se ...
2,297 views
🎁 FREE SPRING BOOT COURSE - https://2ly.link/21fiO 🎁 FREE JAVA COURSE - https://2ly.link/21fiK 🎯 MENTORING - https://2ly ...
2,128 views
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
90,831 views
3 months ago
Enum (перечисление) - специальный тип данных, который позволяет задавать группу констант, объединенных общими ...
1,633 views
Next up is Java Here we also have an enum class It is actually a fullyfledged object so you can attach data and methods It is again ...
3,824 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 ...
173 views
6 months ago
Violating enum conventions for simplicity. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish the ...
3,524 views
4 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 ...
18 views
4 weeks ago
Want to simplify your Java code and make it cleaner? Meet Enums – a powerful feature to handle constants safely and smartly.
367 views
7 months ago
Using static imports to reference enum constants Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish ...
3,363 views
5 months 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
What are the potential disadvantages of deviating from the standard enum naming conventions? Java used in this short: openjdk ...
2,200 views
A custom "of"-pattern implementation with an enum. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly ...
1,544 views
Enums in Java provide a way to define a set of named constants, making your code more readable and maintainable. In this video ...
382 views
10 months ago
Video Completo: https://youtu.be/bL29RpdI0Hc #springboot #java #java21 #springframework #programacion #programacionweb ...
128 views
In Enum constants can have empty parentheses / brackets Java used in this short: openjdk version "21" 2023-09-19 LTS I ...
2,968 views
What is Enum in Java ? An enum is a special class used to define a fixed set of constants. In this short video, we explain Enum ...
296 views
Enum in Java- An Enum (short for Enumeration). Enum is used to declared constants in Java. It provides a way to define a fixed ...
433 views