Which two methods can be used to deploy JavaBean for Forms application running an application server? (Choose two)
A.
Put all the required class files in the application server’s CODEBASE directory.
B.
Create Java stored procedures in the database for all the required Java classes.
C.
Put all the required class files in any of the application server’s directories that are referenced in the server’s FORMS90 PATH.
D.
Put all the required class files in a JAR file in the CODEBASE directory.
Include the name of the JAR file in the ARCHIVE parameter.
E.
Load the JAR file containing the classes on each client because they cannot be downloaded from the application server.