• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Generics

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

I'm preparing for SCJP 1.5.
And I'm confused about the Generics topic.
I'm following Kathey Seira book for the exam.
I read the topic of the generics but, when I see the questions in the mocks on the Generics , I feel that the topics covered in the book are not sufficient for the exam.

Can any one please suggest me the best way to go through the Generics and it would be great if you can suggest me a some good material.

Thanks in advance.

Regards..


 
Ranch Hand
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abhi Kumar wrote:Hi ,
Can any one please suggest me the best way to go through the Generics and it would be great if you can suggest me a some good material.

Thanks in advance.

Regards..



Best way is to practice as many questions as you can and get any doubts clarified here.
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Abhi,

Check this one
Hope it helps

regards,
-Vierda-
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For generics I would recommend sun generics tutorial and Angelika Java Generics FAQ...
 
reply
    Bookmark Topic Watch Topic
  • New Topic