List of Experiments
List of Experiments
11. Write a web application that lists all cookies stored in the browser on
clicking “List Cookies” button using Servlets.
12. Write a program in JSP to demonstrate the scriptlet tag.
13. Write a Program in JSP for division of two integers and also do
exception handling in that program to handle divide by zero exception.
14. Write a program in JSP to find the current date & time.
15. Create a login form in JSP and validate for empty field.
16. Implement a simple Spring Boot application demonstrating both
Constructor Injection and Property Injection.
17. Develop a Spring Boot application with CRUD operations on a Student
entity using Spring Data JPA and an H2 database. Include endpoints
for Create, Read, Update, and Delete operations.
18. Build a RESTful web service in Spring Boot that provides an API for
managing Employee data. The API should support retrieving all
employees, retrieving an employee by ID, adding a new employee,
updating an existing employee, and deleting an employee.