Details

OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide


OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide

Exam 1Z0-809
1. Aufl.

von: Jeanne Boyarsky, Scott Selikoff

32,99 €

Verlag: Wiley
Format: PDF
Veröffentl.: 01.12.2015
ISBN/EAN: 9781119067887
Sprache: englisch
Anzahl Seiten: 720

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<b>Complete, trusted preparation for the Java Programmer II exam</b> <p><i>OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide</i> is your comprehensive companion for preparing for Exam 1Z0-809 as well as upgrade Exam 1Z0-810 and Exam 1Z0-813. With full coverage of 100% of exam objectives, this invaluable guide reinforces what you know, teaches you what you don't know, and gives you the hands-on practice you need to boost your skills. Written by expert Java developers, this book goes beyond mere exam prep with the insight, explanations and perspectives that come from years of experience. You'll review the basics of object-oriented programming, understand functional programming, apply your knowledge to database work, and much more. From the basic to the advanced, this guide walks you through everything you need to know to confidently take the OCP 1Z0-809 Exam and upgrade exams 1Z0-810 and 1Z0-813.</p> <p>Java 8 represents the biggest changes to the language to date, and the latest exam now requires that you demonstrate functional programming competence in order to pass. This guide has you covered, with clear explanations and expert advice.</p> <ul> <li>Understand abstract classes, interfaces, and class design</li> <li>Learn object-oriented design principles and patterns</li> <li>Delve into functional programming, advanced strings, and localization</li> <li>Master IO, NIO, and JDBC with expert-led database practice</li> </ul> <p>If you're ready to take the next step in your IT career, <i>OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide</i> is your ideal companion on the road to certification.</p>
<p>Introduction xix</p> <p>Assessment Test xxxviii</p> <p><b>Chapter 1 Advanced Class Design 1</b></p> <p>Reviewing OCA Concepts 2</p> <p>Using instanceof 7</p> <p>Understanding Virtual Method Invocation 9</p> <p>Annotating Overridden Methods 11</p> <p>Coding equals, hashCode, and toString 13</p> <p>Working with Enums 20</p> <p>Creating Nested Classes 24</p> <p>Summary 33</p> <p>Exam Essentials 34</p> <p>Review Questions 36</p> <p><b>Chapter 2 Design Patterns and Principles 47</b></p> <p>Designing an Interface 48</p> <p>Introducing Functional Programming 52</p> <p>Implementing Polymorphism 61</p> <p>Understanding Design Principles 66</p> <p>Working with Design Patterns 75</p> <p>Summary 93</p> <p>Exam Essentials 93</p> <p>Review Questions 95</p> <p><b>Chapter 3 Generics and Collections 103</b></p> <p>Reviewing OCA Collections 104</p> <p>Working with Generics 108</p> <p>Using Lists, Sets, Maps, and Queues 124</p> <p>Comparator vs. Comparable 143</p> <p>Searching and Sorting 150</p> <p>Additions in Java 8 152</p> <p>Summary 159</p> <p>Exam Essentials 161</p> <p>Review Questions 162</p> <p><b>Chapter 4 Functional Programming 171</b></p> <p>Using Variables in Lambdas 172</p> <p>Working with Built-In Functional Interfaces 173</p> <p>Returning an Optional 182</p> <p>Using Streams 185</p> <p>Working with Primitives 205</p> <p>Working with Advanced Stream Pipeline Concepts 213</p> <p>Summary 223</p> <p>Exam Essentials 224</p> <p>Review Questions 226</p> <p><b>Chapter 5 Dates, Strings, and Localization 233</b></p> <p>Working with Dates and Times 234</p> <p>Reviewing the String class 253</p> <p>Adding Internationalization and Localization 255</p> <p>Summary 273</p> <p>Exam Essentials 274</p> <p>Review Questions 276</p> <p><b>Chapter 6 Exceptions and Assertions 283</b></p> <p>Reviewing Exceptions 284</p> <p>Creating Custom Exceptions 289</p> <p>Using Multi-catch 291</p> <p>Using Try-With-Resources 296</p> <p>Rethrowing Exceptions 305</p> <p>Working with Assertions 308</p> <p>Summary 314</p> <p>Exam Essentials 315</p> <p>Review Questions 316</p> <p><b>Chapter 7 Concurrency 325</b></p> <p>Introducing Threads 327</p> <p>Creating Threads with the ExecutorService 335</p> <p>Synchronizing Data Access 350</p> <p>Using Concurrent Collections 358</p> <p>Working with Parallel Streams 366</p> <p>Managing Concurrent Processes 377</p> <p>Identifying Threading Problems 387</p> <p>Summary 392</p> <p>Exam Essentials 393</p> <p>Review Questions 394</p> <p><b>Chapter 8 IO 405</b></p> <p>Understanding Files and Directories 406</p> <p>Introducing Streams 411</p> <p>Working with Streams 420</p> <p>Interacting with Users 437</p> <p>Summary 442</p> <p>Exam Essentials 443</p> <p>Review Questions 445</p> <p><b>Chapter 9 NIO.2 453</b></p> <p>Introducing NIO.2 454</p> <p>Interacting with Paths and Files 460</p> <p>Understanding File Attributes 478</p> <p>Presenting the New Stream Methods 487</p> <p>Comparing Legacy File and NIO.2 Methods 494</p> <p>Summary 495</p> <p>Exam Essentials 495</p> <p>Review Questions 497</p> <p><b>Chapter 10 JDBC 505</b></p> <p>Introducing Relational Databases and SQL 507</p> <p>Introducing the Interfaces of JDBC 511</p> <p>Connecting to a Database 513</p> <p>Obtaining a Statement 518</p> <p>Executing a Statement 520</p> <p>Getting Data from a ResultSet 524</p> <p>Closing Database Resources 533</p> <p>Dealing with Exceptions 535</p> <p>Summary 536</p> <p>Exam Essentials 537</p> <p>Review Questions 539</p> <p><b>Appendix A Answers to Review Questions 547</b></p> <p>Chapter 1: Advanced Class Design 548</p> <p>Chapter 2: Design Patterns and Principles 550</p> <p>Chapter 3: Generics and Collections 553</p> <p>Chapter 4: Functional Programming 556</p> <p>Chapter 5: Dates, Strings, and Localization 558</p> <p>Chapter 6: Exceptions and Assertions 560</p> <p>Chapter 7: Concurrency 561</p> <p>Chapter 8: IO 565</p> <p>Chapter 9: NIO.2 568</p> <p>Chapter 10: JDBC 571</p> <p><b>Appendix B Study Tips 575</b></p> <p>Studying for the Test 576</p> <p>Taking the Test 582</p> <p><b>Appendix C Upgrading from Java 6 or Earlier 595</b></p> <p>Enhancing the Java Language 596</p> <p>Formatting and Parsing 603</p> <p>Applying Locks 607</p> <p>Understanding the Lock Framework 607</p> <p>Using a ReentrantLock 610</p> <p>Understanding Read/Write Locks 614</p> <p>Using a ReentrantReadWriteLock 615</p> <p>Working with Directories 617</p> <p>Summary 633</p> <p>Exam Essentials 633</p> <p>Review Questions 635</p> <p>Answers to Practice Test 645</p> <p>Index 649</p>
<p><b>Jeanne Boyarsky,</b> <b>OCA/OCP 8,</b> has worked as a Java developer for a bank in NYC for 13 years where she develops, mentors and conducts training. In her free time, she is a senior moderator at CodeRanch and works on the forum code base. <b>Scott Selikoff, OCA/OCP 8,</b> has been a professional Java Enterprise developer for over 15 years. He currently operates Selikoff Solutions, LLC, which provides software consulting services to businesses in the tri-state New York City area.
<p>Covers 100% of exam objectives, including advanced class design, functional programming, concurrency, JDBC, and much more... <p>Includes online interactive learning environment with: <p><b>+3 custom practice exams <p>+More than 250 electronic flashcards <p>+Searchable key term glossary</b> <p><b>Your Complete Guide to preparing for OCP Exam 1Z0-809</b> <p>The <i>OCP, Oracle Certified Professional Java SE 8 Programmer II Study Guide</i> is your one-stop resource for complete coverage of Exam 1Z0-809. This Sybex Study Guide covers 100% of exam objectives and guides you through the process of re-learning key Java APIs, now that nearly every framework in Java 8 has been updated to include lambda expressions and streams. You'll prepare for the exam smarter and faster with Sybex thanks to superior content including assessment tests that check exam readiness, key topic exam essentials, an appendix custom tailored for those taking the upgrade Exams 1Z0-810 or 1Z0-813, and much more. Reinforce what you have learned with the Sybex online learning environment and test bank, accessible across multiple devices. Get prepared for the OCP exam with Sybex. <p><b>Coverage of 100% of all exam objectives in this Study Guide means you'll be ready for:</b> <ul> <li>Creating and applying lambda expressions</li> <li>Demonstrating functional programming competence</li> <li>Applying Object-Oriented design principles and design patterns</li> <li>Working with generics, collections, and class design</li> <li>Inheriting abstract classes and interfaces</li> <li>Dealing with exceptions and assertions</li> <li>Working with IO, NIO.2, JDBC, threads, and concurrency</li> <li>Handling advanced strings and localization</li> </ul> <p><b>Interactive learning environment </b> <p>Take your exam prep to the next level with Sybex's superior interactive online study tools. To access our learning environment, simply visit <b>http://sybextestbanks.wiley.com</b>, type in your unique PIN, and instantly gain access to: <ul> <li>Interactive test bank with 3 bonus practice exams. Practice exams help you identify areas where further review is needed. Get more than 90% of the answers correct, and you're ready to take the certification exam. 180 questions total!</li> <li>More than 250 Electronic Flashcards to reinforce learning and last minute prep before the exam</li> <li>Comprehensive glossary in PDF format gives you instant access to the key terms so you are fully prepared</li> </ul>

Diese Produkte könnten Sie auch interessieren:

OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide
OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide
von: Jeanne Boyarsky, Scott Selikoff
PDF ebook
42,99 €
Software Process Modeling
Software Process Modeling
von: Silvia T. Acuna, Natalia Juristo
PDF ebook
96,29 €
A Software Process Model Handbook for Incorporating People's Capabilities
A Software Process Model Handbook for Incorporating People's Capabilities
von: Silvia T. Acuna, Natalia Juristo, Ana Maria Moreno, Alicia Mon
PDF ebook
149,79 €