0% found this document useful (0 votes)
3 views

List of Experiments

The document lists a series of experiments focused on web development and programming, including tasks related to HTML, JavaScript, JSP, and Spring Boot. It covers creating web pages, forms, and applications, as well as implementing functionality like CRUD operations and RESTful services. Each experiment aims to enhance skills in web technologies and programming practices.

Uploaded by

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

List of Experiments

The document lists a series of experiments focused on web development and programming, including tasks related to HTML, JavaScript, JSP, and Spring Boot. It covers creating web pages, forms, and applications, as well as implementing functionality like CRUD operations and RESTful services. Each experiment aims to enhance skills in web technologies and programming practices.

Uploaded by

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

List of Experiments

S. No. List of Experiments


1. Create the ordered list and unordered list using HTML tags.
2. Create the table using HTML tags.
3. Write the style sheet with border and display college name
4. Write HTML/JavaScript to display your CV in browser.
5. Write HTML code to create a Web Page that contains an Image at its
center.
6. To Write a JavaScript program to take input from the user and find the
factorial of a number.
7. Design HTML form for keeping student record and validate it using
Java script
8. Develop and demonstrate JavaScript function to Click on Display Date
button using onclick( ) function Output: Display date in the textbox
9. Write Java Script program for creating a calculator.
10. Write a web application to show how the servlet works including all
the methods of servlet life cycle model.

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.

You might also like