23BCM013_Devasree

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