~/ learn/ java-from-zero/ cards/ Why modules: strong encapsulation & reliable configuration
1 of 3

Type a minimal module-info.java declaration

Type a minimal module-info.java declaration

Answer

module com.acme.app { requires java.sql; }

module-info.java lives at the source root. The module name by convention mirrors a top-level package. requires java.sql makes the JDBC API available to this module.

space flip · ← → navigate · esc to exit
NORMAL ~/memra/library/8fa37489-d406-4464-b339-c068afe9014a/flashcard utf-8 LF