QuestionQ4
Java SE APIsWhich statement about migration is true?
- A Every module is moved to the module path in a bottom-up migration.
- B Every module is moved to the module path in a top-down migration.
- C Unnamed modules are automatic modules in a top-down migration.
- D The required modules migrate before the modules that depend on them in a top-down migration.
Community Discussion