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?
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?
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.
the right answer is C. display.ascii becasuse java converts any special characters in in the name to dots
C is right answer
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'
I agree with toulose! option C correct