Next.js Quiz

Question 1 of 1032Score: 0

Consider the contents of three JSP files:
File 1: one.jsp











File 2: two.jsp







File 3: three.jsp

<%= request.getParameter( "color") %>

What will be the output of accessing the one.jsp file via the following URL?

http://localhost:8080/chapter12/one.jsp?color=blue