Introduction - If you have any usage issues, please Google them yourself
(1) defines a JavaBean class, used to store student achievement information. Student achievement information includes: student student number, name, course name, grade.
(2) Write a JSP page scoreForm.jsp, in which the form is defined for entering student achievement information and submitting the form to the getScore.jsp page.
(3) Use the <jsp: useBean> and <jsp: setProprty> actions on the getScore.jsp page to create the JavaBean object and save the entered student and its grade information into the bean object, and then use the <jsp: getProperty> action tag to display Student information and performance information.