G H Patel of College of Engineering & Technology
Department of Computer Engineering
Vision
To produce globally competitive computer engineers, who are prepared to accept the challenges at
professional level, while maintaining the core values.
Mission
To create excellent teaching learning environment.
To mould engineers with a strong foundation of scientific knowledge and engineering concepts.
To enhance the acquired concepts and develop new technology through excellence in research.
To assist nation building and elevating the quality of life of the people through leadership in
professionalism, education, research and public services.
Programme Educational Objectives (PEO)
To educate young aspirants with the fundamentals of engineering and knowledge of latest
technologies.
To encourage the students to remain updated by pursuing higher degree or certification
programs.
To assume management and leadership roles to contribute in socio-economic development of
the nation.
G.H. Patel of College of Engineering and Technology
Department of Computer Engineering
A.Y_2023-24(ODD) _, S E M E S T E R _5 _
S U B J E C T C O D E : 102045605
S U B J E C T N A M E : _A D V A N C E D J A V A P R O G R A M M I N G
I NDEX
N AME :
E NROLMENT NO : B RANCH :
Sr. Name of the Experiment Page Date Marks Signature
No No.
Write a JDBC desktop program to perform
following CRUD and Search operation. Create
appropriate table in database to store objects
of Student class.
01 1. Add Student. (Create)
2. View Students. (Display all students)
3. Edit Student. (Update)
4. Delete Student. (Delete)
Search Student (Find student based on enrolment No)
Write servlet which get data from html form and display
02
all data into servlet.
Convert following servlets in MVC
architecture. Write different servlets which
get data from html form and perform
following database operations.
03
1. Add Student. (Create)
2. Edit Student. (Update)
3. Delete Student. (Delete)
4. Search Student (Find student based on
enrolment No)
View All Students
Create and maintain HttpSession in all servlets written in
04
previous labs.
Write simple web application in which
display email address from servlet init
parameter and context init parameter.
05
Write a Servlet which display no of hits of
1. Particular servlet
Your web application.
Write small web application with at least 2
servlets which share the common object of
Student class. Student class is having
06
instance variable roll no, assign the five
rollnos and display all in
both servlets.
Develop User registration module using JSP
1. Create a User
2. Update a User
07
3. Delete a User
4. Retrieve a User
5. List of all Users
Reuse Student class as bean. Write JSP page to set and
08
display all property.
09
Rewrite all .jsp pages of previous labs using EL and JSTL.
Write Hibernate application to store student
records and retrieve the student record
10
including
name, enrolment no, sem, div, dept, sgpa, cgpa, etc.
Write an application to keep, update and
retrieve record of student. The record
11 includes student
name, enrollment no, semester, dept, percentage, etc. Use
SPRING MVC architecture.
Mini Project to create web application by using Advance
12
Java Programming course.
G H Patel of College of Engineering & Technology
Department of Computer Engineering
A.Y_2023-24(ODD) _, S E M E S T E R _5 _
S U B J E C T C O D E : 102045605
S U B J E C T N A M E : _A D V A N C E D J A V A P R O G R A M M I N G
I NDEX
Sr. List of Assignment(s) Page No. Date Marks Signature
No
1 Assignment I
2 Assignment II