1z0-829 Exam QuestionsBrowse all questions from this exam

1z0-829 Exam - Question 27


Assume you have an automatic module from the module path display-ascii-0.2.jar.

Which name is given to the automatic module based on the given JAR file?

Show Answer
Correct Answer: BD

The name given to an automatic module based on a JAR file is derived directly from the JAR file name without decomposing or converting special characters. In this case, the file name is display-ascii-0.2.jar, so the automatic module name will be display-ascii-0.2.

Discussion

4 comments
Sign in to comment
TojoseOption: C
Jan 11, 2024

the right answer is C. display.ascii becasuse java converts any special characters in in the name to dots

supersquaxOption: C
Jan 31, 2024

I agree with toulose! option C correct

zuluitaiOption: C
Jun 19, 2024

The correct answer is C. After removal of .jar, the version number '0.2', and trailing special character '-' The remaining special characters in between letters is replaced with a dot(.) Thus the automatic name will be 'display.ascii'

xplorerpjOption: C
Jun 25, 2024

C is right answer