~/ 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/6ec2b5f6-11c6-4de8-874b-58b5658e067f/flashcard utf-8 LF