Question 23:
You created a shutdown class MyClass that you would like to execute just before server shutdown. Which statement is true regarding MyClass?
Answer options:
A. MyClass can be specified in the Configuration Wizard as a shutdown class. B. MyClass must be available in the WebLogic Server`s classpath. C. MyClass can be targeted to only one server instance. D. MyClass must not have a main method.