ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,679 results

Bro Code
Learn Java enums in 10 minutes! 📅

java #javatutorial #javacourse // Enums = (Enumerations) A special kind of class that // represents a fixed set of constants.

10:10
Learn Java enums in 10 minutes! 📅

18,314 views

11 months ago

codippa
5 Powerful Enum-Based Patterns in Java | Enums Like You’ve NEVER Seen Before!

Tired of using enums just for constants? Think again. In this video, we'll show you 5 powerful enum-based patterns that can clean ...

6:05
5 Powerful Enum-Based Patterns in Java | Enums Like You’ve NEVER Seen Before!

162 views

5 months ago

Premature Abstraction
Ranking Enums in Programming Languages

We rank all the different implementations of enums in programming languages, from simple constant collections to proper ...

8:08
Ranking Enums in Programming Languages

89,896 views

2 months ago

Java Kabala
Java с нуля. Enum | Уроки по программированию

Enum (перечисление) - специальный тип данных, который позволяет задавать группу констант, объединенных общими ...

22:44
Java с нуля. Enum | Уроки по программированию

1,511 views

10 months ago

Full Stack Java Developer
Enum in Java | Learn with Mr. Kiran Jadhav

Enum in Java- An Enum (short for Enumeration). Enum is used to declared constants in Java. It provides a way to define a fixed ...

16:02
Enum in Java | Learn with Mr. Kiran Jadhav

414 views

10 months ago

vlogize
Generic Method to Convert One Enum Type to Another in Java

Learn how to create a `generic method` in Java to convert enum types effectively and efficiently. --- This video is based on the ...

1:45
Generic Method to Convert One Enum Type to Another in Java

1 view

8 months ago

vlogize
How to Use Java Reflection with Enum Types as Class Constants

Discover how to leverage `Java reflection` to dynamically invoke methods on `enum` constants when the type is a `Class`.

2:23
How to Use Java Reflection with Enum Types as Class Constants

3 views

10 months ago

Quipoin
Java Enums Explained with Traffic Signals  | Java in 30 Days | DAY - 23 (Part - 1) #enum

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 ...

4:18
Java Enums Explained with Traffic Signals | Java in 30 Days | DAY - 23 (Part - 1) #enum

18 views

2 months ago

TechTok Cafe
Java Enums- Part II: Types of Enum Constants, Constructors & Custom Methods

Master Java Enums in this comprehensive tutorial! In this video, you'll learn: ✓ How Java uses default constructors behind the ...

18:24
Java Enums- Part II: Types of Enum Constants, Constructors & Custom Methods

20 views

5 months ago

vlogize
How to Effectively Use JavaDoc for Documenting Java Enums

Discover best practices for using JavaDoc to document your Java enums, making your code cleaner and easier to understand.

1:55
How to Effectively Use JavaDoc for Documenting Java Enums

6 views

10 months ago

TechTok Cafe
Java Enum Explained: What, Why & How + Pro Tips for Beginners

Want to master Java Enums without the confusion? In this beginner-friendly video, I break down: ✓ What is an Enum in Java ...

12:12
Java Enum Explained: What, Why & How + Pro Tips for Beginners

44 views

5 months ago

H Y R Tutorials - Telugu
P73 - Enum in Java | Core Java | Java Programming |

In this video, we take a deep dive into enums in Java, a powerful and versatile feature that enhances code readability, safety, and ...

1:05:12
P73 - Enum in Java | Core Java | Java Programming |

8,820 views

10 months ago

Csnotes
what is real use of enum#java #ytvideo

What is real use of enum in java #java #javacodinginterview #javalanguage #ytviralvideo #javainterviewquestionsandanswers ...

7:11
what is real use of enum#java #ytvideo

20 views

10 months ago

Hugo Scavino
Learn Programming in Java - Enums

enums (short for enumerations) are a special data type that allows you to define a collection of named constants. They are used to ...

8:06
Learn Programming in Java - Enums

10 views

11 months ago

vlogize
Using Enums to Parse Generic Values in Java Classes

Discover how to effectively utilize `Java` enums for parsing generic values in your classes. Learn the best practices and ...

2:10
Using Enums to Parse Generic Values in Java Classes

2 views

8 months ago

vlogize
How to Change an Enum Value in Java

Discover how to effectively change an enum value in Java with methods directly in the enum. Simplify your coding experience ...

1:40
How to Change an Enum Value in Java

8 views

8 months ago

vlogize
How to Centralize Common Code in Java Enums for Better Reusability

Discover an elegant approach to reduce duplicate code across enums in Java by centralizing common code through inheritance.

2:03
How to Centralize Common Code in Java Enums for Better Reusability

1 view

8 months ago

vlogize
How to Map Enum Attributes Using MapStruct in Java

Learn how to effectively map Enum attributes between Domain and Entity classes using MapStruct in Java. Streamline your code ...

2:28
How to Map Enum Attributes Using MapStruct in Java

9 views

8 months ago

vlogize
How to Convert an Enum to a JSON Object in Java

Learn how to create a JSON object from an enum in Java, with an easy-to-follow solution. Perfect for developers looking to ...

1:56
How to Convert an Enum to a JSON Object in Java

12 views

8 months ago

Techfliez
Java Enum Explained in Hindi | What is Enum in Java? | Master Java Enum | Java Enum Tutorial

In this video, you'll learn everything you need to know about Enums in Java — a special data type used to define a collection of ...

13:15
Java Enum Explained in Hindi | What is Enum in Java? | Master Java Enum | Java Enum Tutorial

71 views

7 months ago

vlogize
How to Ensure Proper Serialization of Enums in Java with Jackson and XML

Learn how to serialize Java enums to their intended string values using Jackson for XML serialization. --- This video is based on ...

1:48
How to Ensure Proper Serialization of Enums in Java with Jackson and XML

4 views

8 months ago