You are on page 1of 2

Java Technologies (Practical-IT782)

L T P: 0 0 3
Credits: 02

List of Practicals

Program Title
1) Write a JAVA Program to demonstrate Constructor Overloading and
Method overloading.
2) Write a JAVA Program to implement a class and demonstrate its Access
Protections.
3) Write a JAVA Program to implement Inheritance.
4) Write a JAVA Program to implement Exception Handling (Using
Nested try catch and finally).
5) Write a JAVA Program to create an Interface and implement it in a
class.
6) Write a JAVA Program to create a class (extending Thread) and use
methods Thread class to change name, priority of the current Thread and
display the same.
7) Write a JAVA Program to create a Scrolling Text using JAVA Applets.
8) Write a JAVA Program to pass parameters to Applets and display the
same.
9) Write a JAVA Program to implement a simple Client Server Application
using RMI.
10) Write a JAVA Servlet Program to implement a dynamic HTML using
Servlet (user name and password should be accepted using HTML and
displayed using a Servlet).
11) Write a JAVA Servlet Program to Download a file and display it on the
screen (A link has to be provided in HTML, when the link is clicked
corresponding file has to be displayed on Screen)
12) Write a JAVA Servlet Program to implement RequestDispatcher object
(use include() and forward() methods).
13)Write a JAVA Servlet Program to implement and demonstrate get() and
Post methods(Using HTTP Servlet Class).
14) Write a JAVA Servlet Program to implement sendRedirect()
method(using HTTP Servlet Class).
15) Write a JAVA Servlet Program to implement sessions (Using HTTP
Session Interface).
16) Write a JAVA JSP Program to print 10 even and 10 odd number
17) Write a JAVA JSP Program to implement verification of a particular
user login and display a welcome page.
18) Write a JAVA JSP Program to get student information through a
HTML and create a JAVA Bean Class, populate Bean and display the same
information through another JSP.

You might also like