Advance Java quiz _23bcm039

123456789101112131415
Across
  1. 2. JSP pages use which language for logic?
  2. 6. Which tag type starts with <%@?
  3. 8. JSP code is converted into which type of file?
  4. 9. Which comment type is not shown in HTML?
  5. 10. Which file extension is used for JSP?
  6. 12. What tag is used for importing packages?
  7. 13. JSP runs on which side – client or server?Server
  8. 14. JSP code is processed by which machine?
  9. 15. JSP is part of which Java edition?
Down
  1. 1. JSP is used to create _______ web pages.
  2. 3. Which tag is used to write Java code in JSP?
  3. 4. What does JSP stand for?
  4. 5. Jsps are more accessible to__
  5. 7. What tag is used to display output in JSP?
  6. 11. JSP is an extension of which technology?