Ajava- Rathna Shri B

12345678910111213141516
Across
  1. 5. stores the user-specific data across request
  2. 6. extension of source code of Servlet
  3. 9. Stores data in a request
  4. 11. Small data stored in the browser for session tracking
  5. 12. adds another page response
  6. 13. To get the session id
  7. 14. exception to throw input/output error
  8. 15. To end a session and clears its data
  9. 16. checks if file can be read
Down
  1. 1. to retrieve or create a session
  2. 2. annotation used to inherit the parent class method
  3. 3. to forward a Servlet page with forward() method
  4. 4. if a page contains<%...%>
  5. 7. metadata that gives instructions to the compiler
  6. 8. method reads the line of text from the file of
  7. 10. to check if the session is newly created