Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which keyword is used to declare a module in Java 9?
Home
JAVA
Which keyword is used to declare a module in Java 9?
0
votes
asked
May 2
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
by
Robin
Answer: b) module
Explanation: The keyword “module” is used to declare a module in Java 9.
...