ExamQuestions.com

Register
Login
Oracle Database 11g Advanced PLSQL Exam Questions

Oracle

Oracle Database 11g Advanced PLSQL

11 / 68

Question 11:

You designed a CardValidation.java java source file. You also have the corresponding CardValidation.class file. As part of invoking a Java class method, you executed this command at the command prompt: Loadjava -user oe/oe CardValidation.java Which statement is true about the command? 

Answer options:

A. It loads the Java code into the database
B. It publishes Java methods in CardValidation.java
C. It loads the metadata related to the Java class file into the database
D. It loads the java class file into the Java pool in the database instance