Ajava puzzle - Agalya

123456789101112131415
Across
  1. 3. method that retrieves a stored attribute
  2. 4. method that sets the MIME type of the response
  3. 8. to get multiple checkbox values
  4. 9. method that checks if a path is a directory
  5. 10. method that ends a user’s session
  6. 11. method gets the current session or creates one
  7. 12. method that forwards a request to another servlet
  8. 13. method that returns last session access time
  9. 14. method that stores a value to share between servlets
  10. 15. method that includes another resource’s output
Down
  1. 1. method that returns a session ID
  2. 2. method that returns session creation time
  3. 5. method that gets a dispatcher to another resource
  4. 6. method that redirects the browser to a new page
  5. 7. method checks if a session is new