Java Generics
1h 8m 39s
English
Paid
Course description
As a Java software engineer is important to know how to write generic algorithms to write clean and re usable api's. Java Generics has been introduce remove unnecessary casting which cause lots of problems in the past.
Watch Online
0:00
/ #1: Quick words
All Course Lessons (16)
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Quick words Demo | 01:26 | |
| 2 | Understanding ClassCastExeption | 04:25 | |
| 3 | ClassCastException Example 2 | 02:31 | |
| 4 | Type Parameter and Type Argument | 06:08 | |
| 5 | Generic Type Naming Convention | 02:25 | |
| 6 | Generic and Classes | 03:45 | |
| 7 | Generic and Classes Part 2 | 06:10 | |
| 8 | Generics and Methods | 08:28 | |
| 9 | Bounded Type Parameters | 09:06 | |
| 10 | Multiple Bounds | 04:24 | |
| 11 | Unbounded Wildcard | 05:06 | |
| 12 | Upper Bounded Wildcards | 03:31 | |
| 13 | Lower Bounded Wildcards | 03:42 | |
| 14 | Difference Between Bounded Type Parameters and Wildcards | 03:23 | |
| 15 | Type Erasure | 02:44 | |
| 16 | Wrap Up | 01:25 |
Unlock unlimited learning
Get instant access to all 15 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionComments
0 commentsWant to join the conversation?
Sign in to commentSimilar courses
Data Structures & Algorithms: Part 1
Sources: codewithmosh (Mosh Hamedani)
Studied Computer Science - but never really understood the complex topic of data structures and algorithms? Or maybe you’re a self-taught programmer, with little to no knowledge...
4 hours 39 minutes 17 seconds
Java from Zero to First Job, Practical Guide, 2000+ examples
Sources: udemy
Welcome to the fundamental and the most complete course 'Java from Zero to First Job'. As it's declared in the course name, it's created for people who want to
80 hours 4 minutes 49 seconds
Testing Java with JUnit 5 & Mockito
Sources: udemy
Unit Testing is a must-have skill and this video course is about unit testing. If you take this video course, you will learn how to test your Java code using JU
7 hours 41 minutes 22 seconds
Java Streams API
Sources: Amigoscode (Nelson Djalo)
Functional programming is becoming very popular and it focuses around pure functions. Functional applications avoid the shared state, and tend to be more concis
2 hours 33 minutes 12 seconds
Cats
Sources: rockthejvm.com
We Scala programmers love abstractions and Cats is one of the most popular libraries. At the same time, Cats is notorious for having a steep learning curve. Fun
10 hours 39 minutes 36 seconds