What is true about the following module-info.java file? module Book { }. A. It does not compile

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 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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: