Copyright © 2019 Mikalai Zaikin
August 2019
Revision History | ||
---|---|---|
Revision commit 6db221080610c2233217a35f7fc4bd258a877cf7 | Date: Mon Dec 30 23:49:14 2019 +0300 | Author: Mikalai Zaikin <mzaikin@us.ibm.com> |
ch10s2 Q1 completed | ||
Revision commit a440d52397165152c51ea152d28be3698052c629 | Date: Mon Dec 30 00:36:58 2019 +0300 | Author: Mikalai Zaikin <mzaikin@us.ibm.com> |
exception multicatch started | ||
Revision commit 975e1bf8ad12c77b69595b43e390e2b7c587953a | Date: Sat Dec 28 22:24:13 2019 +0300 | Author: Mikalai Zaikin <mzaikin@us.ibm.com> |
ch 10 sect 1 almost completed |
Abstract
The purpose of this document is to help in preparation for Upgrade OCP Java 6, 7 & 8 to Java SE 11 Developer Test (Exam 1Z0-817).
This document should not be used as the only study material for Upgrade OCP Java 6, 7 & 8 to Java SE 11 Developer Test (Exam 1Z0-817). It might cover not all objective topics, and it might be not enough. I tried to make this document as much accurate as possible, but if you find any error, please let me know.
map
, peek
, and flatMap
methods
findFirst
, findAny
, anyMatch
, allMatch
and
noneMatch
methods
Optional
class
count
, max
, min
, average
and sum
stream operations
Collectors
with streams, including the groupingBy
and partitioningBy
operation
![]() ![]() ![]() |