Question Bank Unit-3
Question Bank Unit-3
44. Design a form to input details of an employee and submit the data to 7
a servlet. Write code for servlet that will save the entered details as
a new record in database table Employee with fields (EmpId,
EName, Email, Age). (OS2018)