Which of the following task may happen in the translation phase of JSP page? (Choose one)

Which of the following task may happen in the translation phase of JSP page? (Choose one)




a. Creation of the servlet class corresponding to the JSP file.
b. Execution of _jspService() method.
c. Instantiation of the servlet class.
d. None of the others



Answer: A


Learn More :