ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

63 results

Generic Person
Java Generics in 3 Minutes

A video done for my CS 2400 class explaining a Java concept. Hopefully you guys like this video (including my professor)!

2:56
Java Generics in 3 Minutes

67 views

3 months ago

King Kodes
Java Generics 2 (Pt.1)

Enhance your understanding of Java Generics by implementing and utilizing more complex generic structures.

1:12:15
Java Generics 2 (Pt.1)

24 views

9 months ago

King Kodes
Java Generics 1 (Walkthrough)

Learn to implement and use generics in Java to enhance type safety and flexibility in your code.

25:32
Java Generics 1 (Walkthrough)

8 views

9 months ago

King Kodes
Java Generics 2 (Pt.2)

Enhance your understanding of Java Generics by implementing and utilizing more complex generic structures.

44:19
Java Generics 2 (Pt.2)

2 views

9 months ago

The Debug Zone
Understanding Java Generics: Differences Between ? and ? extends Object

In this video, we delve into the world of Java Generics, focusing on the nuances that differentiate the wildcard symbol `?

1:32
Understanding Java Generics: Differences Between ? and ? extends Object

19 views

5 months ago

Generic Person
Programming Livestream - 12.28.2025

No particular focus for this livestream, just working on whatever I feel like!

1:39:56
Programming Livestream - 12.28.2025

56 views

Streamed 10 days ago

The Debug Zone
Java Generics: How to Call a Constructor with Type Parameters Explained

In this video, we dive into the world of Java Generics, focusing on a crucial aspect: calling constructors with type parameters.

1:47
Java Generics: How to Call a Constructor with Type Parameters Explained

10 views

4 months ago

Naim
Java Generics Bounded Types

for any inquiries: let me learning and sharing key things is my aim for now.

7:01
Java Generics Bounded Types

15 views

9 months ago

The Debug Zone
Understanding Java Generics: Wildcards `?` vs Type Parameters `E` Explained

In this video, we dive into the world of Java Generics, focusing on the crucial differences between wildcards and type parameters.

1:31
Understanding Java Generics: Wildcards `?` vs Type Parameters `E` Explained

14 views

4 months ago

The Debug Zone
Creating a Generic Array for CompletableFuture in Java: A Step-by-Step Guide

In this video, we dive into the world of Java's CompletableFuture and explore how to create a generic array to enhance your ...

3:45
Creating a Generic Array for CompletableFuture in Java: A Step-by-Step Guide

11 views

11 months ago

The Debug Zone
Understanding Java Generics: Why Implementing Interfaces Adds Extra Methods

In this video, we delve into the world of Java Generics and explore the powerful concept of implementing interfaces. You'll learn ...

2:38
Understanding Java Generics: Why Implementing Interfaces Adds Extra Methods

46 views

7 months ago

The Debug Zone
How to Get Class Type in Java Generics: Equivalent of T.class Explained

In this video, we dive into the world of Java Generics to explore a common question: how can you obtain the class type of a ...

2:20
How to Get Class Type in Java Generics: Equivalent of T.class Explained

0 views

1 month ago

The Debug Zone
Understanding Java Variable Number of Generics: A Comprehensive Guide

In this video, we delve into the intricacies of Java's variable number of generics, a powerful feature that enhances the flexibility ...

1:31
Understanding Java Variable Number of Generics: A Comprehensive Guide

0 views

4 weeks ago

The Debug Zone
Java Method References with Generic Types: Can You Assign Them to Variables?

In this video, we dive into the intriguing world of Java method references, specifically focusing on their use with generic types.

1:34
Java Method References with Generic Types: Can You Assign Them to Variables?

0 views

1 month ago

The Debug Zone
How to Cast ClassT to ClassT extends Foo in Java: A Runtime Guide

In this video, we delve into the intricacies of Java generics, specifically focusing on how to cast a `ClassT` to `ClassT extends Foo`.

1:38
How to Cast ClassT to ClassT extends Foo in Java: A Runtime Guide

1 view

10 months ago

The Debug Zone
Understanding Java Generics: Common Challenges and Solutions in Collections

In this video, we delve into the world of Java Generics, a powerful feature that enhances type safety and code reusability in ...

2:19
Understanding Java Generics: Common Challenges and Solutions in Collections

0 views

4 months ago

Peter Schneider
Problems when a non-generic method overrides a generic method

Problems when a non-generic method overrides a generic method I hope you found a solution that worked for you :) The Content ...

4:05
Problems when a non-generic method overrides a generic method

6 views

11 months ago

The Debug Zone
Creating a Generic Interface for Enums in Java: A Complete Guide

In this video, we dive into the world of Java programming to explore the creation of a generic interface for enums. Whether you're ...

3:22
Creating a Generic Interface for Enums in Java: A Complete Guide

21 views

4 months ago

Cave of Programming
Generics in Rust, a lot like Java and C++:  Exploring Rust Part 021

In this video I get to grips with generics structs and functions in Rust. Blog, including Rust write-up and videos: ...

12:05
Generics in Rust, a lot like Java and C++: Exploring Rust Part 021

229 views

11 months ago

Peter Schneider
Why can I cast when using generic parameters, but not when I have specified the parameters

Why can I cast when using generic parameters, but not when I have specified the parameters I hope you found a solution that ...

3:51
Why can I cast when using generic parameters, but not when I have specified the parameters

5 views

11 months ago

King Kodes
Implementing Java Queues and Sets on a Waiting List Program (Pt.1)

A program that simulates a waiting list for a service (e.g., a restaurant, a doctor's office). #applicationdeveloper ...

53:58
Implementing Java Queues and Sets on a Waiting List Program (Pt.1)

18 views

9 months ago

King Kodes
Implementing Java Queues and Sets on a Waiting List Program (Pt.2)

A program that simulates a waiting list for a service (e.g., a restaurant, a doctor's office). #applicationdeveloper ...

24:47
Implementing Java Queues and Sets on a Waiting List Program (Pt.2)

13 views

9 months ago

King Kodes
Recursion in JAVA

Recursive string-reversal utility #applicationdeveloper #applicationdevelopment #computerscience #trending #trend #java ...

59:58
Recursion in JAVA

10 views

6 months ago

Nida Karagoz
Why can I cast when using generic parameters, but not when I have specified the parameters

Why can I cast when using generic parameters, but not when I have specified the parameters ✧ I really hope you found a helpful ...

2:04
Why can I cast when using generic parameters, but not when I have specified the parameters

1 view

9 months ago

Peter Schneider
Why is Java unable to infer the type when comparing Map.Entry objects?

Why is Java unable to infer the type when comparing Map.Entry objects? I hope you found a solution that worked for you :) The ...

4:09
Why is Java unable to infer the type when comparing Map.Entry objects?

0 views

2 months ago