New in Generics

Hi Guys,

Sorry if my post irritates you or seems annoying. But I'm just a beginner learning Java Generics and I really have difficulties understanding Generic Methods and Interfaces (not Generic Class though). I read the Anglika's FAQ on Java Generics, however, it's stated that it'snot meant for beginner.

I wonder whether this is any tutorial suitable for beginner in Generics and I really done my Google search. I don't really understand what is being taught in Java 1.6 Tutorial.

Really need your helps in elaboration and examples not found in Java 1.6 Tutorial.

I hope to understand this path and move on to the next section in the tutorials.

Thanks and appreciate any kind of help.

Regards,

Jenson

[765 byte] By [Jensona] at [2007-11-27 7:38:17]
# 1
Have a look at this tutorial: http://java.sun.com/j2se/1.5/pdf/generics-tutorial.pdf
prometheuzza at 2007-7-12 19:18:49 > top of Java-index,Core,Core APIs...
# 2

> Have a look at this tutorial:

> http://java.sun.com/j2se/1.5/pdf/generics-tutorial.

> pdf

Hi Prometheuzz,

I did read through but I find it hard to digest and to I have difficulties in grabbing the concepts and ideas behind Generics, now I'm reading Deitel's Java: How to Program on Generics, hopefully I will get to understand better from there. Then I will proceed on to the Sun Java tutorial on Generics, then go through the exercises and move on to the next section in the tutorial. I wish I can finish the whole tutorial soon without getting stuck on too many areas >.<"

Jensona at 2007-7-12 19:18:49 > top of Java-index,Core,Core APIs...