ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

620 results

vlogize
How to Get a File from an Enum Class in Java

Learn how to retrieve file paths from enum classes in Java with a practical example of organizing database folders and files with ...

1:39
How to Get a File from an Enum Class in Java

0 views

10 months ago

vlogize
How to Use C+ +  enum class with Constructor-like Behavior

Explore the differences between Java and C+ + enums, and learn how to effectively use `enum class` in C+ + while understanding ...

1:44
How to Use C+ + enum class with Constructor-like Behavior

2 views

4 months ago

vlogize
Generate Java Class from Enum

Learn how to seamlessly generate a Java class from an enum without duplicating property names by using maps and serialization ...

1:38
Generate Java Class from Enum

1 view

8 months ago

vlogize
Storing a String to Enum Classes Map

Discover how to effectively store and retrieve enum classes using String keys in Java with reflections. Learn step-by-step solutions ...

1:56
Storing a String to Enum Classes Map

0 views

6 months ago

vlogize
Understanding Java Enums: Why They Don't Work as You Might Expect

Discover why Java enums can't be used interchangeably with their reference types, and learn the proper way to implement ...

2:00
Understanding Java Enums: Why They Don't Work as You Might Expect

4 views

10 months ago

vlogize
How to Return a Default Value from an Enum Class in Java

Discover how to effectively return a default value from an enum class in Java when an invalid string is provided. --- This video is ...

1:30
How to Return a Default Value from an Enum Class in Java

0 views

8 months ago

vlogize
How to Correctly Create an EnumMap from a Generic Enum in Java

Learn how to properly initialize an `EnumMap` using a generic enum in Java, avoiding common pitfalls and compiler errors.

1:25
How to Correctly Create an EnumMap from a Generic Enum in Java

6 views

11 months ago

vlogize
How to Efficiently Get Values by Java enum Class Name and Field Name

Learn how to retrieve values from Java `enum` classes using their names and fields efficiently with practical code examples and ...

2:22
How to Efficiently Get Values by Java enum Class Name and Field Name

0 views

10 months ago

Code With Tirtha
📌 Java Enums Explained | What, Why & How to Use Enums in Java ☕ | Full Tutorial | Code With Tirtha

Enums in Java are more powerful than you think! In this video, I'll show you how to use Enums like a pro — from basic ...

1:07
📌 Java Enums Explained | What, Why & How to Use Enums in Java ☕ | Full Tutorial | Code With Tirtha

4 views

8 months ago

vlogize
Enhancing Java Classes with Enum for String Attribute Control

Discover how to use `enum` in Java to restrict class attributes to specific string values, improving the reliability and readability of ...

1:43
Enhancing Java Classes with Enum for String Attribute Control

1 view

10 months ago

vlogize
How to Get an Enum Constant from @ JsonProperty Value in Java using Jackson

Discover how to extract enum constant values from JSON properties in Java enums using Jackson. Learn a generic solution for ...

1:46
How to Get an Enum Constant from @ JsonProperty Value in Java using Jackson

2 views

5 months ago

vlogize
Creating a Generic Enum Type in Java

Discover how to create a versatile `Generic Enum` type in Java. Learn to define tasks and statuses that can enhance your ...

2:11
Creating a Generic Enum Type in Java

2 views

5 months ago

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

Centralizing Common Code in Java Enums Java enums are a powerful feature that allows developers to define a fixed set of ...

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

1 view

10 months ago

vlogize
Why Not Use a HashMap for Efficient Enum Lookups in Java?

Discover why using a `HashMap` for enum lookups in Java, while efficient in theory, might not always be the best choice in ...

1:53
Why Not Use a HashMap for Efficient Enum Lookups in Java?

2 views

8 months ago

vlogize
How to Create Cyclic Enum Definitions in Java

Learn how to work around cyclic enum definitions in Java with clear explanations and practical examples. --- This video is based ...

1:50
How to Create Cyclic Enum Definitions in Java

0 views

8 months ago

vlogize
How to Retrieve Field Values from All Enum Members in Java

Discover how to easily retrieve string field values from Java enums, even when they contain special characters like hyphens.

1:49
How to Retrieve Field Values from All Enum Members in Java

2 views

10 months ago

vlogize
Implementing Java Style Enum Classes in C+ +

Discover how to create Java-style enum classes in C+ + efficiently. Learn best practices to ensure single instantiation and proper ...

2:23
Implementing Java Style Enum Classes in C+ +

3 views

8 months ago

vlogize
The Best Way to Compare Enum and Non-Enum Objects in Java

Discover effective strategies for comparing enum and non-enum objects in Java while avoiding pitfalls in object equality.

1:50
The Best Way to Compare Enum and Non-Enum Objects in Java

0 views

9 months ago

vlogize
Solving JAXB Enum Class Generation Issues After XSD Changes with Bindings

Discover how to resolve JAXB enum class generation problems when migrating XSDs. Learn about the use of `bindings.xjb` for ...

2:37
Solving JAXB Enum Class Generation Issues After XSD Changes with Bindings

18 views

10 months ago

vlogize
Understanding Java Enum with Fields of Type Enum: A Detailed Guide

Discover how to effectively utilize Java enums with fields of type enum. Learn the best practices and solutions for referencing other ...

2:12
Understanding Java Enum with Fields of Type Enum: A Detailed Guide

3 views

10 months ago