ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,885 results

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

7 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

92,168 views

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

201 views

7 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

25 views

7 months ago

Code With Cougar
Enums in Java | enum

What is an Enum in Java? Enum (short for “enumeration”) is a special type in Java used to represent a fixed set of constants.

20:51
Enums in Java | enum

6 views

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

23 views

4 months ago

Compile&run
Java Enum Explained | Enum Class for Beginners"

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

14:52
Java Enum Explained | Enum Class for Beginners"

8 views

9 months ago

devLog
Java Enums Explained

Java Enums This playlist contains Java concept explanation videos created using NotebookLM, focused on helping beginners ...

6:47
Java Enums Explained

2 views

1 month ago

Hacktrickz
20.5 : Enum in Java | java.lang Package Explained [Abdul Bari] Java Course

In this lecture, you will learn about Enums in Java and how they are used to create type-safe constants. Enums make Java ...

16:56
20.5 : Enum in Java | java.lang Package Explained [Abdul Bari] Java Course

38 views

1 month ago

Android Grail
Enum Types - Classes - Object-Oriented Programming Concepts - Learning the Java Language

This session covers Enum Types in Java. They are useful in assigning various constants to an Enum. It walks through code ...

9:46
Enum Types - Classes - Object-Oriented Programming Concepts - Learning the Java Language

16 views

10 months ago

Astral Grid
#65  What is Enum in Java? | Java Enum Explained in Tamil with Real Examples | Java in Tamil [2025]

Welcome to Episode 65 of the Astral Grid Java Course in Tamil! In this video, we'll explore one of the most powerful and often ...

3:58
#65 What is Enum in Java? | Java Enum Explained in Tamil with Real Examples | Java in Tamil [2025]

205 views

6 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

Emenwa Global
Java Programming Tutorial 8: Enumeration in Java Programming

Enumeration in Java programming is an essential concept for organizing and managing constants efficiently. In this video by ...

6:35
Java Programming Tutorial 8: Enumeration in Java Programming

3 views

9 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

Code With K.K
Java Programming for Beginners Tutorial: 17 (enum class in java)

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

7:39
Java Programming for Beginners Tutorial: 17 (enum class in java)

6 views

6 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

67 views

6 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
Create a Java Enum for Charset Values Easily

A step-by-step guide on how to create a Java Enum for various StandardCharsets, addressing common syntax errors and ...

1:34
Create a Java Enum for Charset Values Easily

0 views

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

3 views

9 months ago