When show_times.jsp is requested by the following statement, show_times.jsp resp
ID: 3891523 • Letter: W
Question
When show_times.jsp is requested by the following statement, show_times.jsp
response.sendRedirect("/schedule/times/show_times.jsp");
has access to the response object
doesn’t have access to either the response or the request object
has access to the response and request objects
has access to the request object
a.has access to the response object
b.doesn’t have access to either the response or the request object
c.has access to the response and request objects
d.has access to the request object
Explanation / Answer
b. doesn’t have access to either the response or the request object
control (page)is just redirected to show_times.jsp, but it does not have the access to the response and request objects.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.