1z0-809: Java SE 8 Programmer II

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Java Class Design
-
1. Introduction1m 34s
-
2. 1.1 Implement Encapsulation6m 32s
-
3. 1.2 Implement inheritance including visibility modifiers and composition5m 55s
-
4. 1.3 Implement Polymorphism5m 15s
-
5. 1.4 Override hashCode, equals, and toString methods from Object class10m 21s
-
6. 1.5 Create and use singleton classes and immutable classes12m 56s
-
7. 1.6 Develop code that uses static keyword on initialize blocks, variables, metho10m 18s
Advanced Java Class Design
-
1. 2.1 Develop code that uses abstract classes and methods7m 7s
-
2. 2.2 Develop code that uses the final keyword9m
-
3. 2.3 Create inner classes including static inner class, local class, nested class14m 41s
-
4. 2.4 Use enumerated types including methods, and constructors in an enum type13m 56s
-
5. 2.5 Develop code that declares, implements and/or extends interfaces and use the16m 41s
-
6. 2.6 Create and use Lambda expressions14m 1s
Generics and Collections
-
1. 3.1 Create and use a generic class14m 50s
-
2. 3.2 Create and use ArrayList, TreeSet, TreeMap, and ArrayDeque objects31m 27s
-
3. 3.3 Use java.util.Comparator and java.lang.Comparable interfaces17m 12s
-
4. 3.4 Collections Streams and Filters8m 56s
-
5. 3.5 Iterate using forEach methods of Streams and List7m 59s
-
6. 3.6 Describe Stream interface and Stream pipeline10m 21s
-
7. 3.7 Filter a collection by using lambda expressions5m 37s
-
8. 3.8 Use method references with Streams14m 1s
Lambda Built-in Functional Interfaces
-
1. 4.1 Use the built-in interfaces included in the java.util.function package such16m 49s
-
2. 4.2 Develop code that uses primitive versions of functional interfaces16m 2s
-
3. 4.3 Develop code that uses binary versions of functional interfaces13m 59s
-
4. 4.4 Develop code that uses the UnaryOperator interface4m 55s
Java Stream API
-
1. 5.1 Develop code to extract data from an object using peek() and map() methods i8m 57s
-
2. 5.2 Search for data by using search methods of the Stream classes including find11m 55s
-
3. 5.3 Develop code that uses the Optional class20m 51s
-
4. 5.4 Develop code that uses Stream data methods and calculation methods14m 23s
-
5. 5.5 Sort a collection using Stream API7m 12s
-
6. 5.6 Save results to a collection using the collect method and group/partition da20m 50s
-
7. 5.7 Use flatMap() methods in the Stream API7m 59s
Exceptions and Assertions
-
1. 6.1 Use try-catch and throw statements7m 43s
-
2. 6.2 Use catch, multi-catch, and finally clauses7m 32s
-
3. 6.3 Use Autoclose resources with a try-with-resources statement10m 11s
-
4. 6.4 Create custom exceptions and Auto-closeable resources11m 33s
-
5. 6.5 Test invariants by using assertions12m 57s
Use Java SE 8 Date/Time API
-
1. 7.1 Create and manage date-based and time-based events17m 18s
-
2. 7.2 Work with dates and times across timezones and manage changes resulting from22m 12s
-
3. 7.3 Define and create and manage date-based and time-based events using Instant,8m 37s
Java I/O Fundamentals
-
1. 8.1 Read and write data from the console11m 41s
-
2. 8.2 Use BufferedReader, BufferedWriter, File, FileReader and others in the java.21m 19s
Java File I/O (NIO.2)
-
1. 9.1 Use Path interface to operate on file and directory paths16m 55s
-
2. 9.2 Use Files class to check, read, delete, copy, move, manage metadata of a fil22m 5s
-
3. 9.3 Use Stream API with NIO.211m 27s
Java Concurrency
-
1. 10.1 Create worker threads using Runnable, Callable and use an ExecutorService t13m 36s
-
2. 10.2 Identify potential threading problems among deadlock, starvation, livelock,13m 58s
-
3. 10.3 Use synchronized keyword and java.util.concurrent.atomic package to control20m 57s
-
4. 10.4 Use java.util.concurrent collections and classes including CyclicBarrier an12m 44s
-
5. 10.5 Use parallel Fork/Join Framework12m 40s
-
6. 10.6 Use parallel Streams including reduction, decomposition, merging processes11m 18s
Building Database Applications with JDBC
-
1. 11.2 Identify the components required to connect to a database using the DriverM9m 47s
-
2. 11.1 Describe the interfaces that make up the core of the JDBC API including the6m 33s
-
3. 11.3 Submit queries and read results from the database10m 46s
Localization
-
1. 12.1 Read and set the locale by using the Locale object10m 27s
-
2. 12.2 Create and read a Properties file7m 26s
-
3. 12.3 Build a resource bundle for each locale and load a resource bundle in an ap10m 49s