Page: 2
UNIT-6: The JavaServer Pages (JSP) Technology Model
Q3. Click the Task button. Place the events in the order they occur.  Answer: - JSP page is translated
- JSP page is compiled
- JSP page implementation class is loaded
- jspInit is called
- _jspService is called
- jspDestroy is called
Q4. Click the Task button. Place the code snippets in the proper order to construct the JSP code to import static content into a JSP page at translation-time.
 Answer : <%@ include file=’foo.jsp’ %.
Page: 2
1
2
3
4
5
6
7
8
9
10
|