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

Advanced_Java_Programs (1)

The document outlines a series of advanced Java programming lab exercises, including the use of Servlets, JSP, JDBC, and RMI. It covers tasks such as displaying messages, handling forms, calculating marks, managing sessions, and creating client-server applications. Each task is designed to enhance understanding of web development and database operations in Java.

Uploaded by

Sneka ramar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Advanced_Java_Programs (1)

The document outlines a series of advanced Java programming lab exercises, including the use of Servlets, JSP, JDBC, and RMI. It covers tasks such as displaying messages, handling forms, calculating marks, managing sessions, and creating client-server applications. Each task is designed to enhance understanding of web development and database operations in Java.

Uploaded by

Sneka ramar
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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.

You might also like