0 votes
in JAVA by

Which keyword is used to declare a module in Java 9?

a) package

b) module

c) import

d) export

1 Answer

0 votes
by
Answer: b) module

Explanation: The keyword “module” is used to declare a module in Java 9.
...