0% found this document useful (0 votes)
68 views1 page

Java Lab 5 Questions

This document outlines a lab assessment for an undergraduate computer science course on Java programming. The assessment involves creating a registration form and login page using servlets to connect to a database to register users and verify logins. It also requires creating a JSP page to view user details that is linked from the home page.

Uploaded by

Akhil Tripathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views1 page

Java Lab 5 Questions

This document outlines a lab assessment for an undergraduate computer science course on Java programming. The assessment involves creating a registration form and login page using servlets to connect to a database to register users and verify logins. It also requires creating a JSP page to view user details that is linked from the home page.

Uploaded by

Akhil Tripathi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab Assessment - 1IV

Programme Name & Branch: UG & CSE

Course Name & Code: Java Programming & CSE1007


Slot: L13+L14+L43+L44
Maximum Marks: 20

1. Create Registration form and Login page and connect with the Database using servlets to
register the user and to verify the login. Moreover, create a link to view.jsp in the home page
in order to view the user details.

a. Create servlets for registration and login


b. Create JSP for viewing the information.

You might also like