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,676 results
java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.
18,336 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,828 views
10 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
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
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
Enum (перечисление) - специальный тип данных, который позволяет задавать группу констант, объединенных общими ...
1,516 views
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
89,899 views
2 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
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
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
Want to master Java Enums without the confusion? In this beginner-friendly video, I break down: ✓ What is an Enum in Java ...
44 views
Discover how to effectively change an enum value in Java with methods directly in the enum. Simplify your coding experience ...
8 views
8 months ago
Learn how to properly initialize an `EnumMap` using a generic enum in Java, avoiding common pitfalls and compiler errors.
5 views
9 months ago
🎁 FREE SPRING BOOT COURSE - https://2ly.link/21fiO 🎁 FREE JAVA COURSE - https://2ly.link/21fiK 🎯 MENTORING - https://2ly ...
2,951 views
11 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
56 views
7 months ago
In this short we will see how to serialize Enums in Java. Subscribe the channel for regular Java updates.
1,367 views