Rating:

(27 reviews)
Author: S G Ganesh
ISBN : 1430247649
New from $30.93
Format: PDF
You can download Free Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide [Paperback] for everyone book 4shared, mediafire, hotfile, and mirror link
Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805 is a concise, comprehensive, step-by-step, and one-stop guide for the Oracle Certified Professional Java SE 7 Programmer Exam. The first two chapters set the stage for exam preparation and let the reader get started quickly. The first chapter answers frequently asked questions about the OCPJP exam.
This book assumes that the reader is already familiar with Java fundamentals which is in line with the prerequisite of having a OCAJP certification.
The book sports considerable supportive material to help the reader in effective exam preparation in the form of appendices:
- 2 mock tests to give the reader a sense of a real-exam.
- An instant refresher summarizing the most important concepts (with tips on answering questions) to revise just before the exam.
This book will be a delectable read for any OCPJP aspirant because of its simple language, example driven approach, and easy-to-read style. Further, given its 100% focus on the exam and helpful supportive material, this book is clearly an attractive buy to OCPJP aspirants worldwide.
What youll learn
- In-depth coverage of all 13 exam topics for the certification.
- The book covers programming concepts succinctly with numerous illustrative programming and real-world examples. These examples will help the reader quickly internalize the discussed concepts.
- The reader will clearly understand the scope and objectives of the exam, the technical topics covered in the exam, and type and level-of-difficulty of the exam questions. With this, the reader will clearly know whats exactly required for passing the exam.
- Review questions tune the reader to an exam mindset. By making mistakes and reading the detailed explanations for the answers, the reader will be better prepared for getting certified. Attempting the practice questions and mock test will help the reader gain necessary confidence to clear the exam.
Who this book is for
This book is targeted primarily at students and programmers who want to crack the OCPJP exam. Trainers and teachers can use this book as training material for OCPJP exam preparation.
This book is also useful to readers who want to refresh their knowledge in Java programming or gain better understanding on using various Java APIs.
Table of Contents
1. The OCPJP 7 Exam: Frequently Asked Questions (FAQ)
2. Pretest
3. Java Class Design
4. Advanced Class Design
5. Object-Oriented Design Principles
6. Generics and Collection
7. String Processing
8. Java I/O Fundamentals
9. Java File I/O (NIO.2)
10. Building Database Applications with JDBC
11. Exceptions and Assertions
12. Localization
13. Threads
14. Concurrency
15. OCPJP 7 Quick Refresher
16. Appendix A: Exam Topics
17. Appendix B: Mock Exam 1
18. Appendix C: Mock Exam 2
Download latest books on mediafire and other links compilation Free Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide
- Paperback: 656 pages
- Publisher: Apress; 1 edition (February 27, 2013)
- Language: English
- ISBN-10: 1430247649
- ISBN-13: 978-1430247647
- Product Dimensions: 7.5 x 9.2 inches
- Shipping Weight: 3 pounds (View shipping rates and policies)
Free Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide
This book is teeming with mistakes. Singleton implementations are broken(the current idiom for singleton is enum singleton, static class holder(described in this book) is an idiom for safe publication only, but it does not work for singleton because there can be several classloaders in JVM) - double checked locking in this book misses volatile keyword, which is crucial. Nevertheless, the book confirms that implementation does not work and says that "the problem was reportedly fixed in Java 5". Guys, I've bought this book for Java 7 certification, of course it should reflect changes made in Java 5.
The authors also do not distinguish the difference between widening of primitive types and upcasting of classes.
The sum() method on page 166 creates n Double object wrappers, instead of using primitive double variable etc. and so on.
This book also contains many groundless optimization tips, for example it states that final classes in Java are more efficient, because "the method calls are resolved in compiler time" . That is wrong for Hotspot JVM, because it's smart enough to apply analogous optimization looking whether the method is effectively overriden in subclass or not - it's done during the classloading and has nothing to do with final keyword.
You should not justify twisting your code only by a hypothesis that there may exist some JVM where some specific optimization *may* work.
P.S. sorry for my English I'm not a native speaker.
By Boris Treukhov
I was desperately looking for a book to prepare for OCPJP 7 exam and thanks to the authors/publisher for bringing this one. This is the first one and I think the only book available right now for OCPJP 7 aspirants like me. I started reading this book and surprised pleasantly by the contents. The FAQ chapter cleared all my doubts related to the exam. The quality of questions in pre-test (chapter 2) is decent. I then jumped to Generics chapter which is quite elaborated and adequately explained. The book contains two full size mock-tests that is the most desired thing. Although, a lot to be read to come to a conclusion, my initial experience is great. I am impressed.
By Mukesh Sharma
Download Link 1