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,537 results
java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.
18,345 views
1 year ago
In this video, we take a deep dive into enums in Java, a powerful and versatile feature that enhances code readability, safety, and ...
8,830 views
10 months ago
Violating enum conventions for simplicity. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish the ...
3,523 views
3 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 ...
165 views
5 months ago
Enum (перечисление) - специальный тип данных, который позволяет задавать группу констант, объединенных общими ...
1,516 views
Using static imports to reference enum constants Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish ...
3,354 views
4 months ago
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,789 views
2 months ago
What are the potential disadvantages of deviating from the standard enum naming conventions? Java used in this short: openjdk ...
2,198 views
In Enum constants can have empty parentheses / brackets Java used in this short: openjdk version "21" 2023-09-19 LTS I ...
2,964 views
A custom "of"-pattern implementation with an enum. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly ...
1,538 views
Re-establishing naming conventions with the introduction of a parameterless enum constructor. A reaction to a comment in the ...
2,475 views
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
89,899 views
So now here is a Java program where we are using the enumeration cursor Enumeration it is an interface can be used with legacy ...
65 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 ...
414 views
🎁 FREE SPRING BOOT COURSE - https://2ly.link/21fiO 🎁 FREE JAVA COURSE - https://2ly.link/21fiK 🎯 MENTORING - https://2ly ...
2,951 views
11 months ago
In this short we will see how to serialize Enums in Java. Subscribe the channel for regular Java updates.
1,367 views
9 months ago
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
Learn how to properly initialize an `EnumMap` using a generic enum in Java, avoiding common pitfalls and compiler errors.
5 views
An use case for an enum implementing an interface. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly ...
3,508 views
This is an example of a use case for a record and an enum that implement the same interface. Java used in this short: openjdk ...
2,918 views