Advanced Java Lab
Advanced Java Lab
PO1 PO2 PO3 PO4 PO5 PO6 PO7 PO8 PO9 PO10 PO11 PO12 PSO1 PSO2
CO1 3 3 2 3 3
CO2 3 3 2 3 3
CO3 3 3 3 3
CO4 3 3 3
Avg. 3 3 3 3 2 3 3
Syllabus
Unit Mapped
CONTENTS
No. CO
1 Write a JDBC application which will interact with Database and perform the CO1,CO3,CO4
following task.
a. Create Student Table with Roll No, Name, and Address field
and insert few records.
b. Using Statement Object display t
he content of Record.
c. Using Statement Object Insert Two Record.
d. Using Statement Object Update One Record.
e. Using Statement Object Delete One Record.
f. Using Statement Object display the content of Record.
2 Write a JDBC application which will interact with Database and perform the CO1,CO3,CO4
following task.
a. Create Student Table with Roll No, Name, and Address field
and insert few records.
b. Using Prepared Statement Object display the content of
Record.
c. Using Prepared Statement Object Insert Two Record.
d. Using Prepared Statement Object Update One Record.
e. Using Prepared Statement Object Delete One Record.
3 f. application
Write a JDBC Using Prepared
which Statement
will interactObject display and
with Database the perform
content the
of CO1,CO3,CO4
following task.
8 Create login form and perform state management using Cookies, Http CO2,CO3,CO4
Session and URL Rewriting.
9 Write down the Program which displays the simple JSP file CO2,CO3,CO4
10 Write down the program in which input the two numbers in an html file and CO2,CO3,CO4
then display the addition in JSP file.
11 Perform Database Access through JSP. CO2,CO3,CO4
12 Write down a program which demonstrates the core tag of JSTL. CO2,CO3,CO4
13 Study and Implement MVC using Spring Framework CO2,CO3,CO4
Learning Resources
Text Books
1. Black Book “Java server programming” J2EE-1.6, Dream Tech Publishers, 2010.
Reference Books
1. Complete Reference J2EE, James Keogh, McGraw Hill publication
2. Professional Java Server Programming, SubrahmanyamAllamaraju, Cedric Buest, Wiley
Publication
3. Spring in Action, 3rdedition , Craig walls, Manning Publication
4. Core Java, Volume II: Advanced Features, Cay Horstmann, Gary Cornell Pearson Publication
5. JDBC™ API Tutorial and Reference, Third Edition, Maydene Fisher, Jon Ellis, Jonathan Bruce,
Addison Wesley
6. Beginning JSP, JSF and Tomcat, Giulio Zambon, Apress
1. https://www.geeksforgeeks.org/
2. https://www.codingshuttle.com/spring-boot-handbook/spring-beans/