1z0-829 Exam QuestionsBrowse all questions from this exam

1z0-829 Exam - Question 28


Which statement is true about migration?

Show Answer
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

3 comments
Sign in to comment
TojoseOption: B
Jan 11, 2024

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

UtemanOption: B
May 25, 2024

B is correct

zuluitaiOption: B
Jun 19, 2024

B is the correct answer here.