• 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
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

passed with 93%

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just passed SCJP today.
To those who is going to take the test here are some tips:
1) Study thread really well, I got a question on join() so you need to know that too. It is the first section of the test, and the questions are not easy.
2) IO, stick with the exam objective, know the effects on the file system due to File, FileOutputStream constructors, and I got questions on DataOutputStream constructor also.
3) The questions on other sections are fairly easy, if you understand all the answers in JQ+.
4) Spend sometime on hexadecimal representation of numbers, I had a theoritical understanding, but panicked when I got a 32 bit int in hex format, and has to do bitwise operation on it. It cost me at least 10 minutes to get it right.
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation. Thanks for sharing the valuable information. Can you also tell how much emphasis is on AWT and events??? and what do you mean by JQ+ questions?
 
huiying li
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JQ+ is a mock exam software, it is $20 and well worth it. http://enthuware.com/jqplus/
AWT questions are not hard, it tests your memory, either you know them or you don't. I remember getting four on the test.
One on LayoutManager, one on resizing behavior, two on AWT event handling.
Hope this helps.

[This message has been edited by huiying li (edited March 15, 2001).]
 
Ranch Hand
Posts: 141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heartiest Congratulations!!!
------------------
"Knowledge is Power"****************THREAD/SCJP RESOURCES
 
Listen. That's my theme music. That's how I know I'm a super hero. That, and this tiny ad told me:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic