• 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

Generic good introduction example/resource/ebook needed

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Im preparing for scjp 5. Any one please refer me a good reference resource which introduces & teach generics in simple languages

thanks
 
Ranch Hand
Posts: 165
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I googled "generics SCJP", and this looks helpful:

http://www.artima.com/forums/flat.jsp?forum=121&thread=164193
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You simply can't go wrong with the SCJP 5 Certification Guide by Kathy Sierra:

CJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055)

The other top book is Paul Sangria's Concise and Comprehensive Study Guide.

SCJP Exam for J2SE 5: A Concise and Comprehensive Study Guide for The Sun Certified Java Programmer Exam

Of course, you could always go for the SCJA Certification. There are some great books on that topic, although I'm biased. SCJA is the new entry level certification exam, intended to be taken by professionals before tackling SCJP.

SCJA: Sun Certified Java Associate Study Guide by ExamScam

Good luck!

-Cameron McKenzie
 
Ranch Hand
Posts: 1880
Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here is the few links for Generics and other SCJP5 Topics:
http://www.javabeat.net/javabeat/scjp5/ht/index.php?examType=SCJP5&msgId=53
http://www.javabeat.net/javabeat/scjp5/ht/index.php?examType=SCJP5&msgId=51
http://www.javabeat.net/javabeat/scjp5/ht/index.php
 
reply
    Bookmark Topic Watch Topic
  • New Topic