Create a jsp that displays the student name and the current


Create a JSP that displays the student name and the current score, given the EMPLID and class ID. For each class, a text file is used to store the student name, EMPLID, and current score. The file is named after the class ID with .txt extension. For instance, if the class ID were cmis440, the file name would be cmis440.txt as shown in Figure2. Suppose each line consists of student name, EMPLID, and score. These three items are separated by the # sign. Create an HTML form that enables the user to enter the EMPLID and class ID, as shown in Figure 1(a). Upon clicking the Submit button, the result is displayed, as shown in Figure 1(b). If the EMPLID or the class ID does not match, report an error. Assume three courses are available with 5 students in each course: CMIS440, CMIS445, and CMIS485.

The HTML form accepts the EMPLID and class ID from the user and sends them to the server to obtain the score.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Create a jsp that displays the student name and the current
Reference No:- TGS01090129

Expected delivery within 24 Hours