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

Practical List of AJT New

This document outlines 11 practical assignments for an Advance Java Technology course. The practicals cover topics like socket programming, database operations, RMI, servlets, JSP, filters, web services, and Hibernate. Some of the key tasks mentioned are developing a chat application using TCP/UDP, implementing a sorting algorithm using TCP/UDP, performing SQL operations through a user interface, calling a stored procedure, and creating a web service to return the sum of two numbers.

Uploaded by

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

Practical List of AJT New

This document outlines 11 practical assignments for an Advance Java Technology course. The practicals cover topics like socket programming, database operations, RMI, servlets, JSP, filters, web services, and Hibernate. Some of the key tasks mentioned are developing a chat application using TCP/UDP, implementing a sorting algorithm using TCP/UDP, performing SQL operations through a user interface, calling a stored procedure, and creating a web service to return the sum of two numbers.

Uploaded by

kehoca7005
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

B.

E Semester VI
Advance Java Technology (2160707)
Practical List

Content/Topics

Practical 1:

A Write a program to implement the connection oriented echo client server application.

B Write a program to implement the connectionless echo client server application.


Practical 2:
A
Develop chat application using either TCP or UDP protocol.
B
Implement TCP Server for transferring files using Socket and ServerSocket .
Practical 3:
Implement any one sorting algorithm using TCP/UDP on Server application and
A Give Input On Client side and client should sorted output from server and display
sorted on input side.
Implement Concurrent TCP Server programming in which more than one client can
B connect and communicate with Server for sending the string and server returns the
reverse of string to each of client
Practical 4:
Write a program which prints the student_name and id_no from the database in
A reverse order.
And also insert the two new rows.
Develop an user interface that perform the following SQL operations : (i) Select
B
(ii) Insert (iii) Update (iv) Delete
Practical 5:
Write a java application that finds out no. of records, no. of columns and types of
A
columns within a table .
B Write an application that calls Stored Procedure.
Practical 6:
Write a java RMI application which implements the simple arithmetic operations
like add, multiply, subtract and divide. The client program sends two number and
A
the arithmetic operation that wants to perform. The server performs the operation
and sends back the result to the client.
Write an RMI application where client supplies the string arguments and server
B responds the number of character, number of words and number of digits in given
string.
Practical 7:
Write a Java Servlet for login process. The servlet should accept the user name and
password form user and if match then it should display login successful then it
A
should display one page Welcome username and if it is unsuccessful then it should
display one page of login unsuccessful. Use response.redirected method.
Write a Java application using servlet that demonstrate the use of cookie and
B
session.
Practical 8:
Write a Java application for Student registration form using JSP. (Add, Modify,
A
Delete)
Modify the above application and design a Beans class to calculate age, and another
B
bean class to find the grade (Distinction, First, Second, Third and Fail) of students.
Practical 9
Implement Authentication filter using filter API.
Practical 10:
Create web service which returns sum of two numbers.
Practical 11:
Implement the Hibernate Application to store the student registration details.

You might also like