Advanced Java Programming Lab
1. Display a welcome message using Servlet
Servlet example to display a welcome message.
2. Design a Purchase Order form using HTML form and Servlet
Form handling using Servlet.
3. Develop a program for calculating marks percentage using JSP
JSP example to compute marks percentage.
4. Design a Purchase Order form using HTML form and JSP
Uses JSP to process purchase orders.
5. Prepare an Employee Payslip using JSP
JSP example for employee payroll.
6. Write a program using JDBC for CRUD operations
JDBC example for database operations.
7. Write a program using Java Servlet to handle form data
Servlet example for form submission.
8. Write a simple Servlet program to create headers
Servlet to display HTTP headers.
9. Write a program in JSP using session object
Demonstrating session management in JSP.
10. Write a program to build a simple Client-Server application using RMI
RMI example for remote communication.
11. Create a calculator application using JSP
Basic arithmetic calculator in JSP.
12. Program to send and receive messages using Socket Programming
Socket communication example in Java.