AMITY SCHOOL OF ENGINEERING & TECHNOLOGY
B. Tech. (CSE), VI Semester
Advanced Java Programming Lab
List of Programs
1. WAP to display label on a frame with the help of
JFrame
2. WAP to display six buttons on a panel using JFrame.
3. WAP. To display an image and a string in a label on
the JFrame.
4. WAP that implement a JApplet that display a simple
label
5. WAP that implement a JApplet and display the
following frame
a. Customer name
b. Customer number
c. Age
d. Address
6. WAP to access a table Product Master from MS-
Access using Java code.
7. WAP that implement a simple servlet program.
8. WAP for authentication, which validate the login-id
and password by the servlet code.
9. WAP to connecting a database using user-id and
password.
10. WAP to insert data into the database using the
prepared statement.
11. WAP to read data from the database using the
Resulset.
12. WAP to read data send by the client (HTML page)
using servlet.
13. WAP to include a HTML page into a JSP page.
14. WAP to handle the JSPException.
15. WAP to read data send by a client (HTML page)
using JSP.