• 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

Collections Importance.

 
Ranch Hand
Posts: 287
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear All,
Hey!!
I want to know the importance of Collections API in conjunction to the Sun Certification Exam. I am finding them too confusing for my peanut size intellect. Can anybody suggest any way to deal with Collections API. Or can I just leave it and go further. I still have AWT and IO left for preparation.
Please Help/ Advise/ Guide!!!
Bye,
Tualha Khan
 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest to go thro' Collection. You definetly find atleast one question. But I bet that would be very fundamental question for ex: Which of the following would be best choice for unique sorted elements...
a)HashSet b)HashTable c)SortedSet ... some thing like this. It's not really that defficult if u understand the fundamentals of Collection interface.
BOL
 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would suggest you to go through this sun tutorial :
http://developer.java.sun.com/developer/onlineTraining/collections/Collection.html
It helped me in lot for my SCJP preparation for collections
 
reply
    Bookmark Topic Watch Topic
  • New Topic