Practical Advance Java
Practical Advance Java
DAT
SN. TITLE/PROGRAM PAGE SIGN
E
1. Write a Java program to create an Applet. 1-2
SimpleApplet.java
Applet1.html
2. Write a Java program to create an Applet that reads
Employee information using parameters and displays name
of employee, designation, salary and tax.
EmployeeApplet.java
Applet2.html
3. Write a Java program that displays 4 buttons using
AWT.
4. Write a Java program that displays Text Field, Check
Box and Radio Button using Swing.
5. Write a Java Program to create multiple frames, which
create a Frame2 with a back button, such that when a user
clicks back button, Frame 2 is closed, and we see the
Frame1 only.
6. Write a Java Program to create a frame using Swing in
which create a push button with a label and image. When
the button is clicked an image is displayed in the Frame.
7. Write a Java Program to execute select Query using JDBC.
8. Write a Java Program for basic Arithmetic Functions
such as Addition, Subtraction, Multiplication and Division
using JSP.
9. Write a Servlet program to create a simple Servlet and test
it.
HelloServlet.java
web.xml
10. Write a Java program to create a bean that displays
employee name, salary, designation and company.
EmployeeBean.java
TestEmployee.java
PROGRAMS