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

S. No 1.

JDBC

Topics

Exercise 1. Write a program to study the concept of JDBC. Program to perform DDL and DML operations. Exercise 2. Create a GUI based application which can demonstrates the use of JDBC for Database Connectivity. Exercise 3. Create a GUI based application which can use for database modification using JDBC.

2.

SERVLETS
Exercise 4. Write a program to study the concept of Servlets Communication. Exercise 5. Create user registration functionality for students using Servlet. Exercise 6. Write a program that demonstrates the use of Session Management. Exercise 7. Design an application (web page) to add employee details with the ADD button. Write a servlet program that add the details to the database.

3.

BEANS
Exercise 8. Write a program to study the concept of Javabeans. Program that demonstrates the use of Session Management.

4.

RMI
Exercise 9. Write a program to study the concept of RMI. Program to calculate the square of a given number. Exercise 10. Create a java RMI to display all the details of an employee in the database.

5.

JSP
Exercise 11. Write a program to study the concept of JSP Exercise 12. Create a JSP based Web application which allows the user to edit his/her database information. Exercise 13. Develop an application using the concept of JSP wherein user can type the name of the person whose department details are to be found. Where user presses the FIND button it should display the details of that person.

You might also like