Ser Lab

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Write a servlet program to display and update the Employee information.

Create a Employee Table with Id(primary key),Username and Salary(create table an d insert 5 records in the database directly in MYSql) Create two links , View and Update in the Home Page Using JSP. When you click View link, all the employee information from the table should be displayed.Create a back link to go back to Home Page When you click Update link,a particular employee salary should be updated.Create a back link to go back to Home Page ======================================================= Write a servlet program to display and delete the Employee information. Create a Employee Table with Id(primary key) and Username(create table and inser t 5 records in the database directly) Create two links , View and Delete in the Home Page Using JSP. When you click View link, all the employee information from the table should be displayed.Create a back link to go back to Home Page When you click Delete link ,a particular employee details should be deleted base d on the particular Id.Create a back link to go back to Home Page. ===============================================================

You might also like