Jakub Ch. wrote:I've started from chapter 8 because I had read first 4 chapters of OCA 8 study guide before. Now I'm reading newer book from the beginning, catching up with differences. During the preparations I changed my mind about a version of the exam I am going to take 
Makes sense. Note that a good amount is new in chapters 5 and 6. (APIs and Lambdas.) Much of this material used to be on OCP 8 and is now on the first exam.
Jakub Ch. wrote:I found one more issue. I didn't experience the compilation error described in a "Order matters!" section from Chapter 11. I believe I created the same structure of the module but the failing command ran flawlessly. I've tested it against JDK 11.0.5 on Windows 10 OS. Could it have been changed recently? Could you refer any additional sources related to ordering of source paths for javac command?
In good news, you don't need to know about the order the source files are listed for the exam. It might depend on the compiler or the OS or pretty much anything. I encountered this error when writing the chapter so included it for any readers who hit the same thing. I didn't spend time trying to see exactly when it occurs. So all I really know about it is "that happened to me."
In the real world, people don't compile at the command line. So that's something Scott and I do for the book, grumble about and move on

.