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,578 results
java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.
18,299 views
11 months ago
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 ...
289 views
2 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 ...
161 views
5 months ago
Re-establishing naming conventions with the introduction of a parameterless enum constructor. A reaction to a comment in the ...
2,475 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
coding #learnprogramming #tech.
717 views
9 months ago
Get All Interview Question Study Guides from below link if helpful kindly contribute your help to grow channel - link to download all ...
0 views
6 months ago
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
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
What are the potential disadvantages of deviating from the standard enum naming conventions? Java used in this short: openjdk ...
2,197 views
45 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,813 views
Enumeration in Java programming is an essential concept for organizing and managing constants efficiently. In this video by ...
3 views
8 months ago
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
89,893 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
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
Validating Enum Values in Java Spring Boot Applications Validating enum values in Spring Boot applications ensures data ...
25 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
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
... feature of enumeration is it works like a cursor second thing it works with all the legacy classes that are present in Java so the ...
70 views