Subject: ADVANCE JAVA TECHNOLOGY (170703)
PRACTICAL LIST
SR.
NO.
|
Date
|
INDEX
|
Grade
|
Sign
|
1
|
|
Write an
application of Calculator using Applet.
|
|
|
2
|
|
Write an
application of Calculator using Swing and also add image on Button.
|
|
|
3
|
|
Write a Database
application that allows user to Insert, Update, Delete values in a Table and manages appropriate exception
Handling when wrong values are
entered.
|
|
|
4
|
|
WAJP that
implements a simple client/server application.The client sends data to a
server the server receives the data,uses it to produce a result and then
sends the result back to the client.The client displays the result on the
console. For ex the data send from the client is a numbers and the result
produce by the server is the addition of that number.
|
|
|
5
|
|
Write RMI application
where client supplies data to withdraw and server response with new account
balance. Provide your custom security policy for this application.
|
|
|
6
|
|
Write an HTML
page which inputs the below mentioned fields and invoke the java servlet
program which enters the fields in the database table
Fields: Roll_ no ,Name , Department , Email_ id.
|
|
|
7
|
|
Implement a
servlet which counts the no. of Hits.
|
|
|
8
|
|
Write a Servlet
that take First_ Name & Last_ Name from the user & generate login-id
such that two characters are from First_ Name & four characters are from
Last_ Name. Display the generated login-id.
|
|
|
9
|
|
Write one HTML
page that will ask user for login.When user submit this HTML ,run JSP on
server which will make query in database to check whether username &
password are correct or not .If user is valid create one session for this
user & put one link in JSP1,that if click will execute JSP2 on server .In
JSP2,print what is the content of session that was established in JSP1
|
|
|
10
|
|
Develop an
application of online songs library through which user can make search of a
song by different category like movie name, singer name, actor, actress, year
etc… Make suitable assumption in design with brief description .Develop using
JSP.
|
|
|
No comments:
Post a Comment