|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/1z0-809-java-se-8-programmer-ii-ocp-certification/
课程评论:没有评论
课程名称:1Z0-809 - Java SE 8程序员II(OCP)认证 课程概述:本课程提供了针对Java程序员II考试的全面、高可信度的准备。OCP:Oracle认证专业Java SE 8程序员II学习指南不仅帮助考生准备考试1Z0-809,还支持升级考试1Z0-810和1Z0-813。该指南涵盖了100%的考试目标,旨在加强已掌握的知识点,教授未掌握的内容,并提供必要的实践,以提升编程技能。书籍由经验丰富的Java开发者撰写,内容超越了简单的考试准备,提供深入的见解、解释和经验分享。课程内容包括面向对象编程基础、函数式编程、数据库工作等。通过本指南,您将全面了解构建OCP 1Z0-809考试所需的知识,从基本概念到高级应用一应俱全。 Java 8对语言的改变是前所未有的,最新的考试要求考生展示函数式编程的能力。课程内容包括: - 理解抽象类、接口和类设计 - 学习面向对象设计原则和模式 - 深入了解函数式编程、高级字符串和本地化 - 精通IO、NIO和JDBC,进行数据库实践 适合对象:希望提升编程技能的有技术背景的候选人,或是对面向对象编程和Java较新的人士。获取Java SE 8认证将使您能够充分享受Java SE 8的新特性。 课程主要内容包括: 1. Java类设计:封装、继承、多态的实现,方法重写,单例类和不可变类的创建与使用。 2. 高级Java类设计:抽象类和方法的使用,内部类的创建,枚举类型的使用,Lambda表达式的创建。 3. 泛型与集合:创建和使用泛型类,ArrayList、TreeSet等对象的使用,使用流和过滤器处理集合。 4. Lambda内置函数接口及Java Stream API的应用。 5. 异常与断言的使用,Java SE 8日期/时间API的创建与管理。 6. Java I/O基础,文件的读写以及NIO.2的应用。 7. 本地化、线程并发及数据库应用开发(JDBC)的核心组件。 本课程是IT职业生涯中向前迈进的重要一步,配有实践练习与专家建议,帮助您提升Java编程技能,顺利通过OCP认证考试。
Complete, trusted preparation for the Java Programmer II examOCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide 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.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.Understand abstract classes, interfaces, and class designLearn object-oriented design principles and patternsDelve into functional programming, advanced strings, and localizationMaster IO, NIO, and JDBC with expert-led database practiceIf you're ready to take the next step in your IT career, OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide is your ideal companion on the road to certification.Candidates for the Oracle, Java SE 8 Programmer II exam have a technical background and want to improve programming skills, or may be new to, object-oriented programming and Java. Java SE 8 Programmer II significantly changes the way Java Programmers write code. Earning a Java SE 8 certification gives you the tools to make the most of the new features within Java SE 8.- Java Class DesignImplement encapsulationImplement inheritance including visibility modifiers and compositionImplement polymorphismOverride hashCode, equals, and toString methods from Object classCreate and use singleton classes and immutable classesDevelop code that uses static keyword on initialize blocks, variables, methods, and classes- Advanced Java Class DesignDevelop code that uses abstract classes and methodsDevelop code that uses the final keywordCreate inner classes including static inner class, local class, nested class, and anonymous inner classUse enumerated types including methods, and constructors in an enum typeDevelop code that declares, implements and/or extends interfaces and use the Override annotation.Create and use Lambda expressionsTest 2 Covers following topics:- Generics and CollectionsCreate and use a generic classCreate and use ArrayList, TreeSet, TreeMap, and ArrayDeque objectsUse java.util.Comparator and java.lang.Comparable interfacesCollections Streams and FiltersIterate using forEach methods of Streams and ListDescribe Stream interface and Stream pipelineFilter a collection by using lambda expressionsUse method references with StreamsTest 3 Covers following topics:- Lambda Built-in Functional InterfacesUse the built-in interfaces included in the java.util.function package such as Predicate, Consumer, Function, and SupplierDevelop code that uses primitive versions of functional interfacesDevelop code that uses binary versions of functional interfacesDevelop code that uses the UnaryOperator interface- Java Stream APIDevelop code to extract data from an object using peek() and map() methods including primitive versions of the map() methodSearch for data by using search methods of the Stream classes including findFirst, findAny, anyMatch, allMatch, noneMatchDevelop code that uses the Optional classDevelop code that uses Stream data methods and calculation methodsSort a collection using Stream APISave results to a collection using the collect method and group/partition data using the Collectors classUse flatMap() methods in the Stream APITest 4 Covers following topics:- Exceptions and AssertionsUse try-catch and throw statementsUse catch, multi-catch, and finally clausesUse Autoclose resources with a try-with-resources statementCreate custom exceptions and Auto-closeable resourcesTest invariants by using assertions- Use Java SE 8 Date/Time APICreate and manage date-based and time-based events including a combination of date and time into a single object using LocalDate, LocalTime, LocalDateTime, Instant, Period, and DurationWork with dates and times across timezones and manage changes resulting from daylight savings including Format date and times valuesDefine and create and manage date-based and time-based events using Instant, Period, Duration, and TemporalUnitTest 5 Covers following topics:- Java I/O FundamentalsRead and write data from the consoleUse BufferedReader, BufferedWriter, File, FileReader, FileWriter, FileInputStream, FileOutputStream, ObjectOutputStream, ObjectInputStream, and PrintWriter in the IO package.- Java File I/O (NIO.2)Use Path interface to operate on file and directory pathsUse Files class to check, read, delete, copy, move, manage metadata of a file or directoryUse Stream API with NIO.2- LocalizationRead and set the locale by using the Locale objectCreate and read a Properties fileBuild a resource bundle for each locale and load a resource bundle in an applicationTest 6 Covers following topics:- Java ConcurrencyCreate worker threads using Runnable, Callable and use an ExecutorService to concurrently execute tasksIdentify potential threading problems among deadlock, starvation, livelock, and race conditionsUse synchronized keyword and java.util.concurrent.atomic package to control the order of thread executionUse java.util.concurrent collections and classes including CyclicBarrier and CopyOnWriteArrayListUse parallel Fork/Join FrameworkUse parallel Streams including reduction, decomposition, merging processes, pipelines and performance.- Building Database Applications with JDBCDescribe the interfaces that make up the core of the JDBC API including the Driver, Connection, Statement, and ResultSet interfaces and their relationship to provider implementationsIdentify the components required to connect to a database using the DriverManager class including the JDBC URLSubmit queries and read results from the database including creating statements, returning result sets, iterating through the results, and properly closing result sets, statements, and connections