1Z0-829 • Practice Test 30
Free 1Z0-829 practice test — 15 questions with explanations. Set 30. No signup required.
A Java 17 application uses the Java Platform Module System (JPMS). The module 'com.example.service' exports 'com.example.service.api' and requires 'java.logging'. Another module 'com.example.client' requires 'com.example.service'. The client module cannot access the 'com.example.service.api' package. What is the most likely reason?