Which of the following are true statements about the JavaServer Page life cycle? (Choose two.)
The _jspService() method is called from the generated servlet's service() method.
jspInit() is only ever called on the first request to a JSP instance.
jspDestroy() is only ever called on the last request to a JSP instance.
All servlet methods are accessible from the jspInit() method.
You cannot override or provide a no-parameter init() method in a JSP page.