Login
Remember
Register
Ask a Question
Which keyword is used to declare a module in Java 9?
0
votes
asked
May 2, 2024
in
JAVA
by
Robin
Which keyword is used to declare a module in Java 9?
a) package
b) module
c) import
d) export
keyword
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 2, 2024
by
Robin
Answer: b) module
Explanation: The keyword “module” is used to declare a module in Java 9.
...