We noticed some mistakes in the Sybex CSG 11 book.
Some of them were already mentioned here, I checked :-)
https://www.selikoff.net/ocp11-complete/
I lost most of my notes, but here are some I didn't see on the site:
page 835: Question 9:
The flag "--internal-jdk" doesn't exist, it should be "--jdk-internals".
page 907: Question 20:
service.execute() is being called instead of .submit().
But there is a bigger issue: service isn't effectively final and can't be used in the lambda.
page 962/963: Question 10, answer F:
All instance members of the class must be serializable or marked "transient".
Page 941 mentioned that having 'null' at time of serialization is also an option, which isn't mentioned.