23BCM013_Devasree
Across
- 4. Phase in which _jspService() method runs to handle requests.
- 8. <% %> tag used to write Java code inside JSP.
- 11. Annotation used to enable file upload handling in a servlet.
- 12. <%@ %> tag used to provide page-level instructions in JSP.
- 13. ReadListener method triggered when an error occurs during read.
- 14. Phase where the translated .java servlet file is compiled into a .class file.
Down
- 1. Final phase where jspDestroy() method is called to release resources.
- 2. Object used to manage asynchronous operations in servlets.
- 3. automatically translates the JSP page into a servlet.
- 4. <%= %> tag is used for this purpose in JSP.
- 5. In standard JSP page which tag is used as <%! . . %>.
- 6. A popular servlet container used to run JSP.
- 7. Type of web content generated by servlets based on logic and user input.
- 9. Mandatory top-level element in a JSP document (<jsp:root>).
- 10. Method of ReadListener that is triggered when input data is available.