Exam 1z0-829 All QuestionsBrowse all questions from this exam
Question 28

Which statement is true about migration?

    Correct Answer: D

    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.

Discussion
TojoseOption: B

I think the correct answer is B. Every module is moved to the module path in a top-down migration.

zuluitaiOption: B

B is the correct answer here.

UtemanOption: B

B is correct