This week's book giveaway is in the Programmer Certification forum.
We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830 and have Jeanne Boyarsky & Scott Selikoff on-line!
See this thread for details.
  • 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Java Certificate Study Guide

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to start with the preparation for the "SUN CERTIFIED PROGRAMMER FOR THE JAVA 2 PLATFORM 1.4" certificate. But I like to know which of the proposed study guides covers also version 1.4
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
None of the study guides (to my knowledge) so far cover version 1.4
But the additional material in 1.4 exam is only "assertions", and there is a very good and sufficient reading material available at Sun's site on Assertions.
After going through this topic thoroughly, just give a try at Dan Chisholm's exam on Assertions and you can consider yourself reasonably well prepared.
Hope it helps.
Dinesh
SCJP 1.4
[ November 07, 2002: Message edited by: Dinesh Kumar ]
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Try JCertify from EnterpriseDeveloper.com
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's the tutorial, Programming with Assertions, mentioned above.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Use the Java Language Specification material, "Assertions" tutorial at sun.java.com, and A Programmer's Guide to Java Certification (book) by Mughal. good luck to us!
 
Guy A. Buyle
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks all of you for the good advice.
 
Cowgirl and Author
Posts: 1589
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dinesh Kumar:
But the additional material in 1.4 exam is only "assertions", and there is a very good and sufficient reading material available at Sun's site on Assertions.


Howdy -- just a little correction here... assertions is certainly the largest brand new addition, but we also expanded the Collection questions in a significant way, including more on hashcode and equals.
You might not see a large number of questions on those topics, but they are definitely there -- the objectives have been what we'll call "strengthened" .
But it's true that everything you need for assertions is in the Sun document, you can learn about the hashcode/equals contract from the API for class Object, and Collections you'll have to look elsewhere.
But of course there's this wonderful new 1.4 exam book coming out in December
cheers,
Kathy
 
Dan Chisholm
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Kathy Sierra:

But of course there's this wonderful new 1.4 exam book coming out in December
cheers,
Kathy


Kathy,
Is that new book anything like this book?
In terms of the 1.4 updates, let's not forget to mention the addition of the LinkedHashSet and LinkedHashMap classes.
 
I'm still in control here. LOOK at this tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic