Which statement is true about migration?
Which statement is true about migration?
In the context of Java module system migration, a top-down migration approach is typically used. This means that the migration process begins with the modules that other modules depend on, and then moves on to the modules that depend on them. Therefore, required modules are migrated before the modules that depend on them.
I think the correct answer is B. Every module is moved to the module path in a top-down migration.
B is the correct answer here.
B is correct