Across
- 2. Method used to terminate a user session.
- 5. Method that transfers control to a different resource.
- 6. Boolean method that checks if the session is new.
- 10. Class for reading a file line-by-line in Java.
- 12. Method to get servlet initialization parameter
- 13. Annotation for servlet mapping.
- 15. Method of PrintWriter to send a line of text in the response.
Down
- 1. Gets all session attribute names.
- 3. Object for including or forwarding.
- 4. Returns a PrintWriter to send character text to the client.
- 7. JSP action for forwarding.
- 8. Method for retrieving form data from a request object.
- 9. Returns MIME type of the response.
- 11. JSP tag for writing output to the browser.
- 14. Class representing a file or directory path in Java.
