• 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

Passed 1Z0-899/OCEJWCD 6 with 96%

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!

Last friday I managed to succeed in passing OCEJWCD 6 exam with 96%.

For all of you learning for this exam I recommend:
-HF: JSP and Servlets 2nd edition - although it doesn`t cover Servlets 3.0 specification.
-JSR-000315 - Java Servlet Specification 3.0 - it was my first specification to read directly and I was amazed how clearly is it written
-for asynchronous servlets, which are hard to understand without proper examples I reccomend reading:
--https://blogs.oracle.com/enterprisetechtips/entry/asynchronous_support_in_servlet_3
After it sit for an hour and write your own code. Async stops being 'magic' after writing and testing 2-3 example servlets.

It was very sad for me but you have to remeber servlet API. You HAVE TO remember methods and list of their arguments very well. I still dont get it why there are so many questions about such things - that you wont remember and won`t care one hour after going out of the exam center. But whatever you think about it be sure to be prepared for it.

If you have any questions feel free to ask me.

Best regards!
 
Bartender
Posts: 1558
5
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Tomasz Czerwinski,

Congratulations!

And Welcome to CodeRanch!

Its very nice of you to share the details (like study material etc.) regarding this exam - because lot of people are worrying about which book to use for version 6

Thanks a lot!
 
Ranch Hand
Posts: 924
1
Netbeans IDE Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
congratzzz..
 
Tomasz Czerwinski
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I forgot to write about tests I did before going on exam. I divided whole process into 2 steps for better knowledge consolidation:
1) I red 'HF JSP and Servlets 2nd edition'
1.1)All tests from Enthuware exam pack for SCWCD 5
1.2)Mock test from the book
2) I red Servlet 3.0 specification
2.1)All tests from Enthuware exam pack for OCPJWCD 6

I know that a lot of questions in Enthuware test packs were the same, but by doing this I felt VERY comfortable when I started to read specification and I knew all details mentioned there.
 
Ranch Hand
Posts: 180
Netbeans IDE Eclipse IDE Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations !!
 
Ranch Hand
Posts: 187
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulation...
 
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!
 
Author
Posts: 3473
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats and keep up the good work
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!

 
reply
    Bookmark Topic Watch Topic
  • New Topic