advanced java program puzzle

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