Question: What is true about the following module-info.java file? module Book { }. A. It does not compile because it is empty. B. It does not
What is true about the following module-info.java file?
module Book { }.
A. It does not compile because it is empty.
B. It does not compile because the module name is uppercase.
C. It does not compile because the module name has only one component.
D. It does not compile for another reason.
E. It compiles.
Step by Step Solution
3.40 Rating (163 Votes )
There are 3 Steps involved in it
The correct answer is E It compiles The given moduleinfojava file is ... View full answer
Get step-by-step solutions from verified subject matter experts
