Lecture 26 Quiz: Redirecting Requests & Request Dispatching

Note

Review before quiz: Lectures | Week 9 Content | Lab 7

Lecture 26 Self-Check

Question 1: Which approach causes the browser to make a brand-new request to a new URL?
Select an item
Question 2: Which behavior matches request forwarding with RequestDispatcher?
Select an item
Question 3: What happens to request attributes when a redirect is used?
Select an item
Question 4: What does PRG stand for in servlet flow design?
Select an item
Question 5: Which decision is recommended in controller-to-view handoff?
Select an item