Upgrade OCP Java 6, 7 & 8 to Java SE 11 Developer
Javatraining.at bietet eine Schulung zur Zertifizeirungsvorbereitung an!
Hier zur Zertifizierungsvorbereitung- Schulung.
Exam Number: | 1Z0-817 | ||
Exam Product Version: | Java SE | ||
Dauer: | 120 Minuten | ||
Anzahl der Fragen: | 58 | ||
Erforderliche Punktzahl: | 61% | ||
Gültig für: | This exam has been written for the Java SE 11 release | ||
Format: | Multiple Choice |
Exam Preparation:
Additional Information & Resources
Exam Topics:
Understanding Modules
- Describe the Modular JDK
- Declare modules and enable access between modules
- Describe how a modular project is compiled and run
- Describe the components of Services including directives
- Design a service type, load services using ServiceLoader, check for dependencies of the services including consumer and provider modules
- Create and use methods in interfaces
- Define and write functional interfaces
- Extract stream data using map, peek and flatMap methods
- Search stream data using search findFirst, findAny, anyMatch, allMatch and noneMatch methods
- Use the Optional class
- Perform calculations using count, max, min, average and sum stream operations
- Sort a collection using lambda expressions
- Use Collectors with streams, including the groupingBy and partitioningBy operation
- Use Path interface to operate on file and directory paths
- Use Files class to check, delete, copy or move a file or directory
- Use Stream API with Files
- Migrate the application developed using a Java version prior to SE 9 to SE 11 including top-down and bottom-up migration, splitting a Java SE 8 application into modules for migration
- Use jdeps to determine dependencies and identify way to address the cyclic dependencies
- Use local variable type inference
- Create and use lambda expressions with local variable type inferred parameters
- Create and use lambda expressions
- Use lambda expressions and method references
- Use built-in functional interfaces including Predicate, Consumer, Function, and Supplier
- Use primitive and binary variations of base interfaces of java.util.function package
- Develop the code that use parallel streams
- Implement decomposition and reduction with streams
- Use try-with-resources construct
- Develop code that handles multiple Exception types in a single catch block