Skip to main content

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

This is a demo lesson (10:00 remaining)

You can watch up to 10 minutes for free. Subscribe to unlock all 16 lessons in this course and access 10,000+ hours of premium content across all courses.

View Pricing
0:00
/
#1: Quick words

All Course Lessons (16)

#Lesson TitleDurationAccess
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 subscription

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

Data Structures & Algorithms: Part 1

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

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

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

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

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