INDEX
[Link] NAME OF THE PROGRAM [Link] DATE
ADVANCED JAVA PROGRAMMING LAB PROGRAMS
1. Use JDBC connectivity and create table, insert, delete and update data 23/10/2025
2. Write a program to implement Server and Client Chatting applications. 24/10/2025
3. Write a program to implement RMI application using Registry. 20/11/2025
4. Write a program to implement Generic Servlet. 21/11/2025
5. Write a program to implement JSP cookies of username and email and 04/12/2025
add age to the cookie for 10 hours and trying to get the variable names in
the action_cookie.jsp
PYTHON PROGRAMMING LAB
6. To create a Python program that simulates basic banking operations 05/12/2025
such as balance inquiry, deposit, and withdrawal, while ensuring that
these operations are accessible only to authenticated users.
7. write a Python program to implement Object oriented Programming 26/12/2025
feature Polymorphism for the use case: functions and objects.
8. Write a Python program to create list by taking input from user 27/12/2025
and min, max, sum and sorted list.
9. Write a program to draw bar chart horizontal and vertical bars using 21/1/2026
Matplotlib.
10. Develop Python program to implement instance variable 22/1/2026
concept for ATM class