Homework Clinic

Science Clinic => Computer Science => Topic started by: wenmo on May 6, 2020

Title: ________ is a statement that gives the JSP engine information about the JSP page.
Post by: wenmo on May 6, 2020

Question 1

The JSP explicit object out is actually ________.
◦ request.getOutputStream()
◦ response.getWriter()
◦ request.getWriter()
◦ response.getOutputStream()
◦ application

Question 2

________ is a statement that gives the JSP engine information about the JSP page.
◦ A JSP implicit object
◦ A JSP expression
◦ A JSP scriptlet
◦ A JSP directive
Title: ________ is a statement that gives the JSP engine information about the JSP page.
Post by: ciecieme on May 6, 2020

Answer 1

response.getWriter()

Answer 2

A JSP directive