• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Passed SCJP5 finally

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have been delaying it for god knows how long. Planned on taking it in 2005 when i was at Sun and Java 5 was brand new. Since then work and then family kept me preoccupied. Finally just decided to go ahead and give it. This time i didn't get to revise my mock exams (enthuware) didn't get to read up On K&B and just banked on whatever i had read a year back. Anyways i passed with 86%. The exam seemed to be difficult while i was giving it but it was a satisfactory score not what i would have been proud of but its good enough.

Some pointers for the fellow brethren here:

1.) Generics............know what can be passed to a function and assigned in terms of generics. Specially understand the concept clearly of Polymorphism. Passing in polymorphic types to a function ( without ? extends ClassName) etc. What if uses extends syntax. You need to know that before you give your exam.

2) Huge amount of Drag and Drop questions, which is kind of good.

3) Thread synchronization. Know the difference between Object function calls like wait etc and Thread functions.

4) Know how to chain File I/O classes.

5) Don't go back to a drag and drop question because it resets your answer.

6) I did not do to well on OOAD concepts (70%) which is a shame because that is my bread and butter and i seemed to know it very well. Watch out for some trick stuff there. I would say prepare this section the best because people generally tend to ignore it thinking its easy.

7) Static's watch out for stuff like polymorphic calls to static member variables, like casting a object reference and then accessing some static variable using the casted reference. Practice it at home.

That's all i can remember for now.
If you need any other pointers i will be glad to help.

Oh remembered some other stuff. Read up on System class API. getProperty, getProperties, getenv specifically. what they do how to retrieve etc

[ May 13, 2007: Message edited by: Abhishek Misra ]
[ May 13, 2007: Message edited by: Abhishek Misra ]
 
Ranch Hand
Posts: 87
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well done and thanks for advice.
 
Enthuware Software Support
Posts: 4857
54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!!
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats Man...........

Thanka and Regards,
-Anurag
SCJP 1.4(91%)
SCWCD 1.4(Inprogress)
 
Ranch Hand
Posts: 652
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
cONGRATS
 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats!
 
Ranch Hand
Posts: 447
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats..
 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats. Thanks for the advice
 
Ranch Hand
Posts: 2308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

Your advice will be useful for folks preparing for the exam.I am planning to take an upgrade exam soon.
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Abhishek, I guess your advice will definitely help people like me who have been thinking of taking up the exam.
 
Ranch Hand
Posts: 1585
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Great Job!

This is no easy task..

Keep it Up,
[ May 16, 2007: Message edited by: Dave Ersk ]
 
If tomatoes are a fruit, then ketchup must be a jam. Taste this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic