Question 6
Given:

What must be added in line 1 to compile this class?

What must be added in line 1 to compile this class?
Question 7
Given:

What is the result?

What is the result?
Question 8
Which module-info.java is correct for a service provider for a print service defined in the PrintServiceAPI module?
module PrintServiceProvider {
module PrintServiceProvider {
Question 9
Examine this excerpt from the declaration of the java.se module:

What does the transitive modifier mean?

What does the transitive modifier mean?
Question 10
Given:

and the commands:

What is the result on execution of these commands?
Test.class - > java.sql -> java.base

and the commands:

What is the result on execution of these commands?
Test.class - > java.sql -> java.base