Java Live Coding : Subtyping and Wildcards in Java Generics

Опубликовано: 19 Октябрь 2024
на канале: Refactored Codes
57
1

In this live coding session, I am demonstrating the way to use wildcards.
In this video, I am talking about the restrictions brought by generics and how we can get around those restrictions to implement the required feature.

My Website - refactoredcodes.com

00:00 Small Talks
01:37 Difference between Arrays and generics
07:45 How generics looks like in bytecodes and what jvm knows about generics
13:42 How subtyping works with genrics
33:53 Wildcards