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
Concurrency, Multithreading and Parallel Computing in Java
Sources: udemy
This course is about the basics of multithreading and concurrent programming with some parallel concepts. In the 21st century this topic is becoming more and more popular with t...
8 hours 10 minutes 34 seconds
Java Data Structures and Algorithms Masterclass
Sources: udemy
Welcome to the Java Data Structures and Algorithms Masterclass, the most modern, and the most complete Data Structures and Algorithms in Java course on the inte
44 hours 58 minutes 57 seconds
Learn Java Unit Testing with Junit & Mockito in 30 Steps
Sources: udemy
Learn Mockito and JUnit - the most popular Java unit testing and mocking frameworks - with 25 Examples. Writing Great Unit Tests distinguishes Good Programmers
4 hours 44 minutes 35 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
Data Structures in Java
Sources: javaspecialists.eu
Data Structures in Java (Late 2017 Edition) is an action-packed 8 hours of tips and tricks that professional Java programmers have used for the past 20 years to produce code tha...
8 hours 3 minutes 54 seconds