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
1,582 results
java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.
18,334 views
1 year 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
This beginner-friendly video will help you understand what an Enum class is, why it's used, and how to implement it in real-world ...
8 views
7 months ago
In Java, string and wrapper class objects are immutable. This means once created, their content cannot be changed. Learn why ...
795 views
11 hours ago
0 views
1 day ago
This video explains Enums in C programming in a simple and beginner-friendly way. You'll learn what an enum is, why it is used, ...
22 hours ago
Explore the differences between Java and C+ + enums, and learn how to effectively use `enum class` in C+ + while understanding ...
1 view
2 months 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,829 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
Download 1M+ code from https://codegive.com/d0869dc certainly! the `enum` class in java is a special data type that enables a ...
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
Learn how to retrieve file paths from enum classes in Java with a practical example of organizing database folders and files with ...
8 months ago
Learn how to seamlessly generate a Java class from an enum without duplicating property names by using maps and serialization ...
6 months ago
In Java, if you're working with an enum and want to associate a description and a tag (or any metadata) with each enum constant, ...
6 views
Discover how to leverage `Java reflection` to dynamically invoke methods on `enum` constants when the type is a `Class`.
3 views
Join this insightful 1:1 live tutoring session where we delve into the powerful concepts of Java programming. Learn how to design ...
14 views
11 months ago
In Enum constants can have empty parentheses / brackets Java used in this short: openjdk version "21" 2023-09-19 LTS IÂ ...
2,964 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 ...
289 views
What are the potential disadvantages of deviating from the standard enum naming conventions? Java used in this short: openjdk ...
2,198 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