Hello,
The answer for the question 35 in Chapter 7
Java Platform Module System, Page 252, was maybe incorrect, since the "import" keyword can also be used in module-info.java
The given answer in the book was B, to say, only "uses" keyword can be used in module-info.java
Regards