ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

107 results

StudySimply
Java Multi-Generics: Scale Nested Types Without Crashes

Can your Java architecture handle complex data relationships without collapsing into runtime errors? While single-parameter ...

6:06
Java Multi-Generics: Scale Nested Types Without Crashes

3 views

3w ago

StudySimply
Java Generics: Why Type Blindness Crashes Enterprise Apps

Is your enterprise Java codebase suffering from silent runtime crashes? Before Java 5, relying on generic Object containers ...

7:04
Java Generics: Why Type Blindness Crashes Enterprise Apps

8 views

2w ago

Software Engineering Simplified
121 -Bounded Type Parameters in Java | Java Generics Explained with Examples

Learn Bounded Type Parameters in Java and understand how to restrict the types that can be used with Java Generics. In this ...

19:03
121 -Bounded Type Parameters in Java | Java Generics Explained with Examples

0 views

5d ago

redCard
Generics in Java
9:55
Generics in Java

2 views

2w ago

Software Engineering Simplified
120 - Generic Methods in Java | Create & Use Generic Methods with Examples

Learn Generic Methods in Java and understand how to create flexible, reusable, and type-safe methods that work with different ...

18:31
120 - Generic Methods in Java | Create & Use Generic Methods with Examples

0 views

6d ago

StudySimply
Java Generics: Master Type Safety & Stop Runtime Crashes

Is your enterprise Java codebase suffering from silent runtime crashes? Relying on legacy Object containers and explicit ...

5:14
Java Generics: Master Type Safety & Stop Runtime Crashes

10 views

3w ago

StudySimply
Java Multi-Generics: Build Scalable, Type-Safe Code

Are you struggling to manage complex data relationships in Java without runtime errors? Moving beyond single placeholders ...

8:23
Java Multi-Generics: Build Scalable, Type-Safe Code

3 views

2w ago

StudySimply
Java Generics: Why Object Containers Crash Production

Are silent casting bugs waiting to crash your live application? Before Java 5, achieving reusable data structures meant stripping ...

5:06
Java Generics: Why Object Containers Crash Production

4 views

3w ago

Software Engineering Simplified
119 - Generic Classes in Java | Create & Use Generic Classes with Examples

Learn Generic Classes in Java and understand how to create reusable, type-safe classes that can work with different data types.

15:47
119 - Generic Classes in Java | Create & Use Generic Classes with Examples

0 views

7d ago

StudySimply
Java Primitive Ban: Why Generics Reject int & boolean

Ever wondered why typing Box(int) immediately breaks Java compilation? Java Generics enforces a strict architectural ...

4:44
Java Primitive Ban: Why Generics Reject int & boolean

2 views

2w ago

StudySimply
The Birth of Java Generics: Build Type-Safe Code

Is your code silently hiding runtime crashes until 2 AM? In the pre-Java 5 era, developers lived in the wild west of "Type ...

7:47
The Birth of Java Generics: Build Type-Safe Code

4 views

2w ago

StudySimply
Java Primitive Ban: Why Generics Reject int & boolean

Ever wondered why typing List(int) crashes the Java compiler? Java Generics strictly enforces the "Primitive Ban," forbidding ...

8:05
Java Primitive Ban: Why Generics Reject int & boolean

5 views

2w ago

StudySimply
Java Type Blindness: Why Generics Saved Enterprise Code

Could a single hidden type mismatch crash your entire live production server? In the era before Java 5, developers relied on ...

9:43
Java Type Blindness: Why Generics Saved Enterprise Code

8 views

3w ago

Kawsar Technologies
Java Complete Roadmap 2026 | From Beginner to Advanced—A to Z

Welcome to the Java Complete Roadmap 2026 | From Beginner to Advanced—A to Z. In this video, I introduce our complete Java ...

10:14
Java Complete Roadmap 2026 | From Beginner to Advanced—A to Z

287 views

11d ago

Learn Programming With Vivek
Java Fundamentals: Generics: Why List of String, Not Just List | Unit 21

Why is it List of String and not just List? Generics make the compiler check your types so the bug shows up while typing, not at 2 ...

4:32
Java Fundamentals: Generics: Why List of String, Not Just List | Unit 21

118 views

12d ago

Learn Programming With Vivek
Core Java II: Generic Methods, Type Inference and Class of T Tokens | Unit 10

The method's own type parameter: where it goes, what type inference actually reads (the argument types and the target type), and ...

4:34
Core Java II: Generic Methods, Type Inference and Class of T Tokens | Unit 10

11 views

11d ago

Bitdyne
Java (7/12) — Les collections et les generics

Épisode 7 de la formation « Java & Spring Boot » de Bitdyne, famille Développement logiciel. Stocker et manipuler des ...

9:36
Java (7/12) — Les collections et les generics

2 views

10d ago

Learn Programming With Vivek
Core Java II: Generic Classes and Interfaces: Repository of T and ID | Unit 07

Writing your own generic type. A type parameter is a slot filled at the call site: one Repository interface with two slots, one ...

4:31
Core Java II: Generic Classes and Interfaces: Repository of T and ID | Unit 07

4 views

11d ago

Learn Programming With Vivek
Core Java II: Wildcards: ? extends, ? super and PECS | Unit 09

The most failed generics question there is: why a list of veg meals is not a list of meals. Invariance first, and the widened write that ...

4:29
Core Java II: Wildcards: ? extends, ? super and PECS | Unit 09

12 views

11d ago

Learn Programming With Vivek
Core Java II: Type Erasure: What the Compiler Really Sees | Unit 06

The one fact the whole generics section is built on: generics live at compile time only. javac checks the type arguments and then ...

4:39
Core Java II: Type Erasure: What the Compiler Really Sees | Unit 06

6 views

11d ago