0% found this document useful (0 votes)
97 views

Laboratory Experiment List

This document contains a list of practical lab assignments for an Advanced Java course. It includes 7 topics: Java Networking, JDBC Programming, Servlet API and Overview, Java Server Pages, Java Server Faces 2.0, Hibernate 4.0, and MVC using Spring Framework. For each topic, there are multiple parts that students will complete, such as writing client-server programs, working with databases, and developing dynamic web applications using technologies like Servlets, JSP, and Hibernate. Target completion dates are provided for each part.

Uploaded by

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

Laboratory Experiment List

This document contains a list of practical lab assignments for an Advanced Java course. It includes 7 topics: Java Networking, JDBC Programming, Servlet API and Overview, Java Server Pages, Java Server Faces 2.0, Hibernate 4.0, and MVC using Spring Framework. For each topic, there are multiple parts that students will complete, such as writing client-server programs, working with databases, and developing dynamic web applications using technologies like Servlets, JSP, and Hibernate. Target completion dates are provided for each part.

Uploaded by

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

Shankersinh Vaghela Bapu Institute of Technology

Computer Engineering Department

------------------------------------------------------------------
LIST OF LAB PRACTICALS
-------------------------------------------------------------------
SUB : ADVANCED JAVA CODE : 2160707

SR PLANNED ACTUAL
NO TITLE
DATE DATE
1 Java Networking: 21/12/2016
28/12/2016
a) Write a program to find IP Address a website, given by (A Batch)
a user.
23/12/2016
b) Write a program to enter a URL and check its
30/12/2016
expiration date.
(B Batch)
c) Write a client server program on connection oriented
network. 22/12/2016
d) Write a client server program on connectionless 29/12/2016
network. (C Batch)
2 JDBC Programming: 04/01/2016
11/01/2016
a) Consider a bank table which consist attributes (id, 18/01/2016
acc_name,acc_type, balance,mobile). Insert data with (A Batch)
help of Statement, PreparedStatment and
06/01/2016
CallableStatment. For CallableStatment, you need to
13/01/2016
create a procedure.
b) Consider above table with data, Write a procedure/query to 20/01/2016
retrieve data, whose balance is more than 20000 rs. (B Batch)
c) Consider above table with data, with help of
05/01/2016
PreparedStatement, Update data with any parameters.
12/01/2016
d) Consider above table with data, with help of
PreparedStatement, Delete data with any parameters. 19/01/2016
(C Batch)
3 Servlet API and Overview: 25/01/2016
01/02/2016
a) Write a Java program with Servlets to create a 08/02/2016
dynamic HTML form to accept and display user name (A Batch)
and password with the help of get() and post() 27/01/2016
methods. 03/02/2016
b) Write a Servlet application to demonstrate Session 10/02/2016
management (B Batch)
c) Write a Servlet application to demonstrate Cookie
management. 02/02/2016
d) Write a Servlet application to demonstrate HTTP 09/02/2016
Headers 23/02/2016
(C Batch)
Shankersinh Vaghela Bapu Institute of Technology
Computer Engineering Department

------------------------------------------------------------------
LIST OF LAB PRACTICALS
-------------------------------------------------------------------
4 Java Server Pages: 22/02/2016
01/03/2016
a) Demonstrate JSP tag library with an example 15/03/2016
b) Write a JSP page that prints your resume in well (A Batch)
formatted form. 03/03/2016
c) Develop application with JSP implicit object 17/03/2016
d) Write JSP application to develop custom tags and use (B Batch)
in JSP page. 02/03/2016
16/03/2016
(C Batch)
22/03/2016
(A Batch)

5 Java Server Faces2.0: Demonstrate the step by step 24/03/2016


installation of Java Server Faces2.0. (B Batch)

23/03/2016
(C Batch)

29/03/2016
(A Batch)

6 Hibernate 4.0: Explain basic configuration and installation 31/03/2016


step by step. (B Batch)

30/03/2016
(C Batch)

05/04/2016
(A Batch)

7 07/04/2016
Study and Implement MVC using Spring Framework
(B Batch)

06/04/2016
(C Batch)

You might also like