ExamQuestions.com

Register
Login
Java EE 7 Application Developer Exam Questions

Oracle

Java EE 7 Application Developer

28 / 72

Question 28:

Which two statements are true about the relationship between JavaServer Pages (JSP) and servlets? (Choose two.) 

Answer options:

A. A JSP page must extend the HTTPServlet class to behave like a servlet.
B. A JSP page has access to the same information, objects, and a context as a servlet.
C. A JSP page is interpreted by JSPServlet.
D. A JSP page must be written as either an XML file or a JSP file before it is turned into a servlet.