Exam 1z0-829 All QuestionsBrowse all questions from this 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?

    Correct Answer: D

    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
TojoseOption: C

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

xplorerpjOption: C

C is right answer

zuluitaiOption: C

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'

supersquaxOption: C

I agree with toulose! option C correct