Advanced Java

123456789101112131415
Across
  1. 4. Interface for session tracking?
  2. 6. Implicit object to read form data
  3. 8. Object to write response?
  4. 10. Attribute for session control?
  5. 12. Attribute for buffering output?
  6. 14. Class to read text lines?
  7. 15. Default scripting language in JSP?
Down
  1. 1. Scope of request object?
  2. 2. Method to create/get session
  3. 3. Method to remove session data?
  4. 5. Object to write response?
  5. 7. Default scripting language in JSP?
  6. 9. Method to combine ?
  7. 11. Action tag to forward control?
  8. 13. Method to redirect within server