• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

collections are a bit confusing!

 
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if i have reference material close by, i can work out what type of Map, List, or Set implementation is apropriate for a situation, but just by memory it is quite hard! anyone else think so?
 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jasper,
Can you pass on the questions you are feeling difficult on collections? Some how Dan's questions are also not that difficult as they mostly deal with parent interfaces for some concrete collection class.
I didn't come across the scenarios where given some conditions and you are asked to select a suitable collection.
Thanks in advance,
Sarma
 
Ranch Hand
Posts: 173
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello Jasper,
Well you just have to keep on using it until it gets stamped in your mind. Others create memory aids to facilitate recall. Speaking of which, there was a thread in this forum where many contributed their memory aids. Don't really know if there was something for collections because the thread could not be opened from the list generated by google. Perhaps someone can provide the proper link to that.
 
Sarma Lolla
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
May be this helps you a bit...
http://www.witscale.com/scjp_studynotes/chapter10.html
 
Ranch Hand
Posts: 7729
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jasper, you can also read Thomas Paul's articles in the JavaRanch Newsletter
 
Jasper Vader
Ranch Hand
Posts: 284
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks everyone for the help!
there's a lot of good info written by Thomas Paul!
i just signed up for the javaranch newsletter, seems like a good idea!
i think it is ultimately a matter of using the collections in situations, which hopefully i will.
 
Fire me boy! Cool, soothing, shameless self promotion:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic