• 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

Practice Questions for generics

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi every body.
I'm preparing for SCJP 1.5. While there is a lot of material about the SCJP1.4 topic,I'm not able to find sufficient material about java generics. Can any one suggest a web-site which contain proctice exam specifically for java1.5 generics and collection?
Thank you
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
as chhipa,
Welcome to JavaRanch.
If you look around a bit, you will notice that JavaRanch is broken up into topical forums.

We have both a Java In General forum for Generics and a forum devoted to SCJP.
This thread seems like it would do better in the SCJP forum so I'll move it there for you.

Good-Luck
-Ben
 
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are not finding sufficient questions on generics in free mock exams, you might want to try the commercial ones. Our JQPlus V5 has almost 50 questions just on generics and collections objective.
 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try the mock exam on my signature. There are some questions on generics towards the end (after the exam ) and the exam itself contains questions on generics.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whizlabs has pretty good coverage of Generics. If you need a reference to explain things that the simulators/mock exams can't, TigerTamer by Marcus Green is a great resource. Then, the best way to learn is to code it. I couldn't have passed the 1.5 exam if I didn't try variations of what is taught in the reference material.
 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Patrick Dezenzio:
Whizlabs has pretty good coverage of Generics. If you need a reference to explain things that the simulators/mock exams can't, TigerTamer by Marcus Green is a great resource. Then, the best way to learn is to code it. I couldn't have passed the 1.5 exam if I didn't try variations of what is taught in the reference material.



which reference material? TigerTamer?

can we download examulator and run it on our local computer?

thanks
reply
    Bookmark Topic Watch Topic
  • New Topic