• 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

Some Exam doubts

 
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

I have some doubts regarding to SCJP1.4 Exam. I have exam on this 24th dec.

Are following things on exam? because K&B does not discuss.
(1) CompareTo method
(2) Comparable interface.

Collections class seems somewhat confusing. I belive there is only one use of that: which is to make Collection concrete classes threadsafe. Can anybody highlight this from exam perspective?

which methods from List,Set,Map interface needs to be remembered?
 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I just gave exam today even I was in the same boat as you trying to cram all method signatures of Collection interface last moment.Given the exam I feel that was unnecessary..The main focus is on the functionality..For ex,u should hnow SortedMap is sorted..Set has unique elements..

In case u r scared to leave it off ,just give a read through unsderstanding the functionalities than the method signatures..
Hope this helps

Ann
 
Ranch Hand
Posts: 1277
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there, sabastian is right

even if u could cram up the table 7.2 its fine
you may expect 2-3 quwstions at the most on Collection

niranjan
 
vipul patel
Ranch Hand
Posts: 146
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks guys. great help! i am relieved of cramming.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic