Click here to Skip to main content
15,878,959 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Create a database for a Student Result system consisting of the following two tables:
Student (SID, name, ContactAddress)
Results (SubjectID, SID, Marks)
Develop and deploy a web based “Result Display System” using JSP, any database backend
and any web server. Your system should use JDBC for input of information to both the
tables. The system should output SID wise Results of all the students on the screen.
Submit the JSP program, screens and database of the system.

What I have tried:

cant solve it due to being new in jsp,can anyone pls solve and give code i will be thankfull
Posted
Updated 21-Oct-22 6:01am

1 solution

Sorry, this site does not provide code to order. If you are unable even to start your assignment then you should review your course notes and/or talk to your teacher.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900