• 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

new 1.4 exam - section 9- collection framework

 
Ranch Hand
Posts: 185
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,
My name is david allen and I am currently finishing a computer science degree. I thought over the holidays I would sit the java exam. However, I have been preparing for the 1.2 exam but now I am thinking that I should sit the 1.4 exam. Objective 9 - The collections framework has been added to this exam and I have little information on this objective. If anyone can provide me with a good source that explains the required concepts I would appreciate it very much.
Thank you
david allen
 
Ranch Hand
Posts: 223
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Collections aren't a new subject in the 1.4 exam. It was part of the 1.2 exam too.
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Take a look at the Sun Certification Results discussion if you would like to get an idea of what people have to say about collections after taking the exam.
My mock exam offers both single topic and comprehensive exams. The collections single topic exam set has three exams with 10 questions each. The questions on my exam focus on the behavior of each collection interface and concrete implementation and the collections class hierarchy. I still need to add some questions on Collections methods and a couple of the new collections such as LinkedHashSet and LinkedHashMap.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic