• 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

Passed with 89% last Saturday

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I would like to thank JavaRanch for the help they provided for me to pass the exam. Do the mock exams, and also do the Sun sample exam, they help a lot. You will see many similar questions on the exam.
The exam itself is not too hard, I didn't do well on Thread and Utililty though. Be careful on dead lock of thread, what stops thread, stuff like that. For Util, need to know the class hierarchy clearly, I didn't do well on that.
IO isn't too hard, constructors, how to chain stream onto each other (Filter stream, Buffer stream, etc.), also File, RandomAccessFile, what's the effect after using them, etc.
Inner class is a little tricky, need to know how to use constructor for anonymous inner class, actually if you remember all the characteristics for inner class, you should be fine.
AWT isn't hard, be careful on GridBagLayout though, you should know what this layout is for, and how it affects the positioning of components, read the JavaDoc on this class, that's pretty good.
All the rest isn't very hard. Wish you all good luck.
-- Java Rules --
 
Sheriff
Posts: 5782
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations ming fan!
Best wishes,
------------------
Ajith Kallambella M.
Sun Certified Programmer for the Java�2 Platform.
 
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Ming Fan,
Many Congratulations!!!
regds
N Mukherjee,SCJP
------------------
"Knowledge is Power"****************MY SCJP RESOURCES
[This message has been edited by N Mukherjee (edited January 30, 2001).]
 
Amateurs built google. Professionals built the titanic. We can't find the guy that built 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