Multiple Choices
(Choose 1 answer)
Which of the following is true statement about the JavaServer Page life cycle? (Choose one)
A. The jspService() method is called from the generated servlet's service() method.
B. jsplnit() is only ever called on the first request to a JSP instance.
C. jspDestroy() is only ever called on the last request to a JSP instance.
D. All servlet methods are accessible from the jsplnit() method.
E. You can override or provide a no-parameter init() method in a JSP page.
Ex