| Author |
OCA Certification Guide only for the exam?
|
Mohamed Iqzas
Ranch Hand
Joined: Jan 02, 2012
Posts: 40
|
|
Hi,
I have read Kathy and Bert's book for SCJP Guide, but i never took the exam.
I am using that book only for my all in all Java reference. Not for the exam.
But I didnt find any such book for Java 7 though. I am not taking the OCA Java 7 exam. Will this book be useful for me, like it IS with SCJP study guide?
Thanks.
|
 |
Roel De Nijs
Bartender
Joined: Jul 19, 2004
Posts: 4351
|
|
|
If you use it as a java reference it will not be that useful, because it will cover just a few (small) topics about new changes in Java 7 (like diamond syntax, String in switches, underscore in numbers, boolean literals,...). Because that's what you need to know for the OCAJP7 exam. The big topics (automatic resource management, multi-catch, nio 2.0,...) will only be on the OCPJP7 exam, so these topics will be covered in a book dedicated to that exam.
|
SCJA, SCJP (1.4 | 5.0 | 6.0), SCJD
http://www.javaroe.be/
|
 |
Mala Gupta
Author
Ranch Hand
Joined: Sep 27, 2002
Posts: 196
|
|
Iqzas,
I won't recommend usage of a certification guide as a reference book. Java 7 includes many language enhancements that are neither covered by the 'OCA Java SE 7 Programmer' or 'OCP Java SE 7 Programmer' certification. You can access the complete list here.
For an example, new features in Swing aren't covered by any of the above mentioned certifications. It wouldn't make sense for a certification book to cover topics that aren't covered by the relevant exam.
Also, a certification book will define techniques, approach, tips, sample questions etc. to prepare you for the exam, which are not needed in a reference book.
With respect,
Mala
|
Author of book OCA Java SE 7 Programmer I Certification Guide from Manning
|
 |
Mohamed Iqzas
Ranch Hand
Joined: Jan 02, 2012
Posts: 40
|
|
Hi,
Thank you both for your replies. I will try for an alternative book which is appropriate for JAVA 7 reference. I also work in swings and i never heard before it has new features in JAVA 7. Thanks for letting me know Mala.
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26184
|
|
Mohamed Iqzas wrote:I also work in swings and i never heard before it has new features in JAVA 7.  Thanks for letting me know Mala.
Java 7 New Features Cookbook has excellent coverage of the changes to Swing in Java 7.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: OCA Certification Guide only for the exam?
|
|
|