ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

344 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

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

2 weeks ago

CodeLoopAI
Java Generics & Type Erasure Explained!

Unlock the secrets of Java Generics, Wildcards, and Type Erasure in this comprehensive tutorial! Learn how Java handles type ...

2:02
Java Generics & Type Erasure Explained!

7 views

11 days ago

Software Engineering Simplified
118 - Generics in Java Explained | Why & How to Use Java Generics

Learn Generics in Java and understand how they help you write type-safe, reusable, and cleaner Java code. Complete Java ...

21:11
118 - Generics in Java Explained | Why & How to Use Java Generics

0 views

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

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

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

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

2 weeks ago

Hustle & Humor
The Java Story Ep 15: Generics

The Java Story - Episode 15: Generics Current cut (coherent narration + animated visuals). The Java Story is a structured series ...

3:53
The Java Story Ep 15: Generics

0 views

6 days ago

PEP Cloud computing and DevOps centre
Generics & Collections in Java | Complete Beginner Guide

In this video, I explain **Generics and Collections in Java** in a simple and beginner-friendly way. **Topics Covered:** * What ...

48:25
Generics & Collections in Java | Complete Beginner Guide

531 views

Streamed 4 days 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

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

2 weeks ago

Software Engineering Simplified
122 - Wildcards in Java Generics | ? extends & ? super Explained

Learn Wildcards in Java Generics and understand how to use ?, ? extends, and ? super to write flexible and type-safe generic ...

21:12
122 - Wildcards in Java Generics | ? extends & ? super Explained

0 views

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

3 weeks ago

Dr. Harshavardhan Awari
Generics in java
0:20
Generics in java

103 views

4 weeks ago

redCard
Generics in Java
9:55
Generics in Java

2 views

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

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

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

4 views

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

10 days ago