• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

OCPJP7 - Java SE 7 ProgrammerII - 1Z0-804 passed with 93% - how to pass without too much effort

 
Greenhorn
Posts: 7
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys!
When I started studying the 1Z0-804 exam, the only text available was the Ganesh - Sharma "Certified Professional Java SE 7 Programmer Exams 1Z0-804." It 'a useful book but I prefer Mala Gupta "OCP Java SE 7 Programmer II Certification Guide".
According to me if you study very well the Mala Gupta book, which covers all the exam topics, and you do all the Enthuware OCPJP exercises, you can pass the exam without any problems with a great result.
I also suggest to implement some exercises on an IDE and to read many Java APIs .
Good luck!
 
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
Congratulations!
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

luca wagner wrote:Hello guys!
According to me if you study very well the Mala Gupta book, which covers all the exam topics, and you do all the Enthuware OCPJP exercises, you can pass the exam without any problems with a great result.
I also suggest to implement some exercises on an IDE and to read many Java APIs .



Hi:

I find no book cover the detailed APIS of nio, collection, .. they only list them and show some code samples, it seems that we should read the API directly. I am currently doing the Enthuware test, and find I still need
to read more APIs than the book covers. Some questions are asking for a particular options in some APIs. Anyway, I think if the target is a good score, then any book is not enough.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations, this is an awesome score!

You approach is very right, especially reading the API and practicing.
 
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congrats
 
Abhay Agarwal
Ranch Hand
Posts: 1376
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

luca wagner wrote:but I prefer Mala Gupta "OCP Java SE 7 Programmer II Certification Guide".


I guess you have bought MEAP edition to study the book
 
zach zhang
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Wagner:

Could you share the scores of your Enthuware test? thanks.
 
MyExamCloud Software Support
Posts: 757
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For OCPJP 93% is the awesome score, congratulations luca wagner!
 
luca wagner
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

zach zhang wrote:Hi Wagner:

Could you share the scores of your Enthuware test? thanks.



Hi guys,
I give you my feedback about Whizlabs and Enthuware in OCAJP and OCPJP: I passed OCAJP with a score 81% using both Enthuware + Whizlabs whose difficulties seemed equal to me and harder then certification questions by about 10%.

Preparing OCPJP, I found Whizlabs 10% harder than Enthware and Enthuware equals to the certification questions.
I passed Enthware with an average of 65% and Whizlabs with an average of 55%.
After that, for another month, I implemented almost all of the Enthuware +Whizlabs exercises on IntelljIDEA with many changes and read very well Mala Gupta OCJP MEAP + many Java APIs: this training made the difference when I passed OCJP with 93%.


 
luca wagner
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Abhay Agarwal wrote:

luca wagner wrote:but I prefer Mala Gupta "OCP Java SE 7 Programmer II Certification Guide".


I guess you have bought MEAP edition to study the book



Yes and I suggest to buy it: it's very well explained
 
luca wagner
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Aleksandra Semenova wrote:Congratulations, this is an awesome score!

You approach is very right, especially reading the API and practicing.



Thanks Aleksandra!
I started to study Spring + Hibernate : if you are doing the same do you have some suggestions about some good manuals or is it preferable to do Spring + Hibernate tutorials online?
Luca
 
Aleksandra Semenova
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

luca wagner wrote:

Aleksandra Semenova wrote:Congratulations, this is an awesome score!

You approach is very right, especially reading the API and practicing.



Thanks Aleksandra!
I started to study Spring + Hibernate : if you are doing the same do you have some suggestions about some good manuals or is it preferable to do Spring + Hibernate tutorials online?
Luca



I will probably start with this: Java EE 7 tutorial
After that will do Spring and Hibernate. Unfortunately didn't find "All in one" study guide yet. Will try to learn using documentation that they provide. It's maybe not the most pleasant way, but I believe it's a right way.
Alternatively there are couple of nice introductions on youtube, but again only as an introduction.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Good advice! Thank you luca!
 
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic