ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,127 results

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
Mapping Enum Fields Efficiently with MapStruct in Java

Learn how to seamlessly map enum fields between different models in Java using the `MapStruct` library. Explore practical ...

2:16
Mapping Enum Fields Efficiently with MapStruct in Java

5 views

5 months ago

vlogize
How to Check Two Values Against a Java Enum for Efficient Code Retrieval

Discover how to retrieve integer values from Java `Enum` by checking two corresponding conditions. This guide provides clear ...

2:19
How to Check Two Values Against a Java Enum for Efficient Code Retrieval

1 view

6 months ago

vlogize
Implementing Dynamic Enum Return Based on Conditions in Java

Discover how to implement a `dynamic enum return` based on conditions in Java with an easy-to-follow guide. Learn how to filter ...

1:47
Implementing Dynamic Enum Return Based on Conditions in Java

1 view

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

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

Initiate Scientia
Enum / Enumerators in Java | The Java Series | E-42

Hi all! Happy Java to you! Here's few links for your learning journey: 🖋️ Theoretical Java Playlist: ...

3:59
Enum / Enumerators in Java | The Java Series | E-42

73 views

6 months ago

vlogize
How to Dynamically Format Enum Labels at Runtime in Java

Discover how to dynamically format Enum labels during runtime in Java to enhance error handling with custom messages.

1:47
How to Dynamically Format Enum Labels at Runtime in Java

1 view

10 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

10 months ago

vlogize
Understanding the Java Enum Pattern: More Than Just Constants

Explore the unique pattern of Java enums that contains members and methods, allowing you to enhance functionality. Learn how ...

1:39
Understanding the Java Enum Pattern: More Than Just Constants

2 views

10 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
Improve Your Java Code: Use a More Efficient Method to Count Enum Occurrences

Discover how to efficiently count occurrences of enum values in Java using maps, avoiding unnecessary initializations, and ...

1:25
Improve Your Java Code: Use a More Efficient Method to Count Enum Occurrences

0 views

10 months ago

vlogize
Using Enum in Java to Efficiently Manage Car Manufacturers and Models

Discover how to utilize `Enum` in Java for managing car manufacturers and their models without cumbersome switch cases.

2:00
Using Enum in Java to Efficiently Manage Car Manufacturers and Models

0 views

10 months ago

vlogize
How to Create and Compare Enum in Java Easily

Learn how to create and compare Enums in Java, using dynamic values to effectively manage employee type classifications.

1:44
How to Create and Compare Enum in Java Easily

1 view

9 months ago

vlogize
How to Exclude an Enum Type from a Java Stream

Learn how to exclude specific enum types from Java streams effectively, including practical code examples and explanations.

1:54
How to Exclude an Enum Type from a Java Stream

0 views

10 months ago

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

CodeSolve
java using enum with switch statement

Get Free GPT4.1 from https://codegive.com/7ed424e ## Java Enums and Switch Statements: A Comprehensive Guide Enums ...

0:53
java using enum with switch statement

0 views

8 months ago

vlogize
Solving the equals() Issue with Enum Values in Java

Discover how to properly compare enum values in Java by fixing the static member issue in your User class. Learn the essential ...

2:09
Solving the equals() Issue with Enum Values in Java

0 views

10 months ago

vlogize
How to Convert Java Enum to Swift Enum

Discover how to seamlessly migrate your Java enums to Swift using structs, with a focus on clarity and simplicity. --- This video is ...

1:35
How to Convert Java Enum to Swift Enum

0 views

9 months ago