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?
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.
A