Discuss the below:
Q1. Develop a basic JSP page that will read in form values from the servlets; instead of accessing the form values from the servlet, change the action to the JSP page and let the JSP page output those values.
Q2. You must submit your JSP page along with your screenshots that display what your code has produced