0% found this document useful (0 votes)
42 views2 pages

Java Technologies (Practical-IT782) : L T P: 0 0 3 Credits: 02

This document outlines 18 practical programming assignments for a Java Technologies course. The assignments cover topics like constructor and method overloading, inheritance, exception handling, interfaces, threads, applets, client-server applications using RMI, servlets, sessions, JSP, and Java beans. Students will gain hands-on experience implementing core Java concepts.

Uploaded by

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

Java Technologies (Practical-IT782) : L T P: 0 0 3 Credits: 02

This document outlines 18 practical programming assignments for a Java Technologies course. The assignments cover topics like constructor and method overloading, inheritance, exception handling, interfaces, threads, applets, client-server applications using RMI, servlets, sessions, JSP, and Java beans. Students will gain hands-on experience implementing core Java concepts.

Uploaded by

Tanvi Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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