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