You have the following sections mentioned in yourformsweb.cfg file:
[default]
otherparams=jvmcontroller=newJVM [ordersApp]
form=orders.fmx userid=orders/orderspw@orcl [salesApp]
form=sales.fmx
userid=sales/salespw@orcl
otherparams=jvmcontroller=
The forms applications contain Java code and each of these applications executes Java code
when a user connects to the application. Which statements are true regarding the usage of JVM
Controller by the applications? (Choose all that apply.)
A.
The salesApp application uses in-process JVM.
B.
The ordersApp application uses in-process JVM.
C.
The salesApp application uses a JVM Controller by the name newJVM.
D.
The ordersApp application uses a JVM Controller by the name newJVM.
E.
The ordersApp does not use any JVM Controller until the otherparams=jvmcontroller= or
otherparams=jvmcontroller= <name of JVM Controller* parameter is mentioned.