You modified the web.xml configuration file of an application to include the <load-on-startup>
subelement under the <servlet> element as follows:
<servlet>
<servlet-name>viewsrc</servlet-name>
<servlet-class>ViewSrc</serviet-class>
<load-on-startup> </load-on-startup> </servlet>
Which two statements describe the effect of this modification? (Choose two.)
A.
The startup time for OC4J process increases.
B.
The startup time for OC4J process decreases.
C.
The first request latency for ViewSrc servlet decreases.
D.
The first request latency for ViewSrc servlets increases.