Which deployment method allows for the most reuse of the Java Library?

Several applications in an organization use a common Java library, commom.jar. Two applications App1 and App2 have their own shared libraries shlib1.jar and shlib2.jar that reference common.jar. Which deployment method allows for the most reuse of the Java Library?
A. Deploy all the jar files as static libraries.
B. Deploy all the jar files as part of the applications.
C. common.jar deployed as a shared library along with the shlib1.jar and shlib2.jar as shared libraries.
D. shlib1.jar and shlib2.jar must now be deployed as static libraries and common.jar as a shared library.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.