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,536 results
java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.
18,159 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 ...
160 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
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
45 views
Enumeration in Java programming is an essential concept for organizing and managing constants efficiently. In this video by ...
3 views
8 months ago
What are the potential disadvantages of deviating from the standard enum naming conventions? Java used in this short: openjdk ...
2,194 views
Violating enum conventions for simplicity. Java used in this short: openjdk version "21" 2023-09-19 LTS I regularly publish the ...
3,523 views
We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...
89,834 views
Is it worth to implement custom mapping in toString method? Java used in this short: openjdk version "21" 2023-09-19 LTS I ...
2,416 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
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
Enums in Java provide a way to define a set of named constants, making your code more readable and maintainable. In this video ...
344 views
9 months ago
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
Java Advanced Programming Tutorial 4 Basic Enum.
2 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
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