THE OCP EXAM TOPICS COVERED IN THIS PRACTICE TEST INCLUDE THE FOLLOWING:Working with Streams and Lambda ExpressionsUse Java object and primitive Streams, including lambda expressions implementing functional interfaces, to supply, filter, map, consume, and sort data.Perform decomposition, concatenation, reduction, and grouping and partitioning on sequential and parallel streams.Packaging and Deploying Java Code and Use of the Java Platform Module SystemDefine modules and their dependencies, expose module content including for reflection.Define services, producers, and consumers.Compile Java code, produce modular and non-modular jars, runtime images, and implement migration using unnamed and automatic modules.Managing Concurrent Code ExecutionCreate worker threads using Runnable and Callable, manage the thread lifecycle, including automations provided by different Executor services and concurrent API.Develop thread-safe code using different locking mechanisms and concurrent API.Process Java collections concurrently, including the use of parallel streams.Using Java I/O APIRead and write console and file data using I/O Streams.Serialize and deserialize Java objects.Create, traverse, read, and write Path objects and their properties using java.nio.file API.Accessing Databases Using JDBCCreate connections, create and execute basic, prepared, and callable statements.Process query results and control transactions using JDBC API.
What you'll learn
Use Java streams and lambda expressions to manipulate data
Package and deploy Java code using the Java Platform Module System
Manage concurrent code execution with Java threading
Read and write data using the Java I/O API
Access and manage databases using JDBC
Course objectives
Prepare for the Oracle Certified Professional exam
Develop practical skills in Java programming
Enhance understanding of Java concurrency and data management