Java Tutorial 24: (part 01 of 46) Generic types and Wildcard types. A 3 1/2 hour introduction! See tutorial 25 for generic methods
Java Tutorial 24: (part 01 of 46) Generic types and Wildcard types. A 3 1/2 hour introduction! See tutorial 25 for generic methods
Hello Clive
How are you?
I think your lectures are leaving your legacy behind to my generation.
if you have plan to complete these lectures, am ready to buy these.
Man man!!! Great!!!!!!! I thank you!!!!!!
excellent.thank you very much for the concepts
thank you so much. my text book is so confusing
It's only the introduction! The level of detail in some of the courses can only be found from a combination of the Java language specification, the source code for the compiler and various research papers.
For generics a good start would be to google "Angelika Langer FAQ" last time I looked there was a few problems with terminology and the odd error but generally a very good source. Then you need the papers by Bracha et al. and it helps to read Pierce Types & programming languages…