Java 4 Parameterized Types

preview_player
Показать описание
Dr. Rob Edwards from San Diego State University presents parameterized types in Java for generic programming
Рекомендации по теме
Комментарии
Автор

Nice shadow clone jutsu bro. Do I unlock this when I become a master coder?

cerritosrules
Автор

Super! Completely removed all confusion I had about generics and parameterization! Thanks Dr. Edwards!

TheOriginalJehu
Автор

watched the whole thing. you seem like a very good lecturer. i'm going to watch through your videos as revision for my own java module this semester. THANKS!

iamthe
Автор

Prof. Edwards: Wanted to thank you for these lectures. Very helpful. I'm working through the 2nd part of Helsinki Java and was running into some trouble, not least because the guy who composed the text for part 2 has some trouble with English. Also looked up this particular subject matter and got more confused. Your lectures are perfect.

maxwellchiu
Автор

2 questions:
1.) 9:00 Why does the constructor not have to be:
public Node<E>(E obj) {}; ?
Isn't that technically different from Node(E obj)?

2.) Why wouldn't the second line compile?

JagjitBrawler
Автор

Wow, awesome teaching, this is really, really good teaching. I'll be stuck to this channel for a very long time. Thank you Sir.

mustapharaimilawal
Автор

Than you professor for such a good explanation.

mandeepkaur
Автор

I don't think he gave a name to the containers. That would throw an error

jasonli
Автор

The two statements involving the new op won't even compile.

johnnyq
Автор

why not use Object instead of <E> everywhere. Object is a generic data type that seems equivalent to <E> parametized type

davidgeismar
Автор

Why would you not just use an ArrayList to store objects?

SnowofLight
Автор

is he trying to say that undergraduates are monkeys!?

muadh
Автор

wait a minute... he actually writes from right to left in the opposite way the words and the letters!!! there are no effects there he is doing it!!!!

xyzabc