New to generics

Hey they =I am trying to learn generics so I've looking for examples.. but I still have some questions..

Do we use generics only for array List?

Does anybody have examples of using generics besides only printing their elements in a array but working with the element in other things

thank u

[316 byte] By [jimmyarribasplata@hotmail.coma] at [2007-11-26 18:42:59]
# 1
Any class can be generic. There are lots and lots of examples in the runtime library source code.
dannyyatesa at 2007-7-9 6:16:55 > top of Java-index,Core,Core APIs...