0% found this document useful (0 votes)
29 views1 page

Java&Python

The document is an index of various programming lab programs, categorized into Advanced Java Programming and Python Programming. It lists specific tasks such as JDBC connectivity, RMI applications, and basic banking operations in Python, along with their respective page numbers and completion dates. The programs cover a range of topics including server-client applications, object-oriented programming, and data visualization.

Uploaded by

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

Java&Python

The document is an index of various programming lab programs, categorized into Advanced Java Programming and Python Programming. It lists specific tasks such as JDBC connectivity, RMI applications, and basic banking operations in Python, along with their respective page numbers and completion dates. The programs cover a range of topics including server-client applications, object-oriented programming, and data visualization.

Uploaded by

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

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

You might also like