InterviewSolution
| 1. |
Is It Possible To Call Java Classes From The Forms Application On The Application Server Side? |
|
Answer» YES. The Oracle9i Forms Developer gives you the ability to generate the PL/SQL code necessary to CALL any JAVA class from a Forms application, using the Java Importer facility. With the code generated by this feature, you are able to call compiled Java CLASSES, directly from PL/SQL, in the Oracle9i AS Forms SERVICES on the middle tier.
Yes. The Oracle9i Forms Developer gives you the ability to generate the PL/SQL code necessary to call any Java class from a Forms application, using the Java Importer facility. With the code generated by this feature, you are able to call compiled Java classes, directly from PL/SQL, in the Oracle9i AS Forms Services on the middle tier.
|
|