Sie sind auf Seite 1von 19

ce

er
m
m
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

co
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

of
Seat No. : ____ Max. Marks: 50

ge
1. Create a servlet for a login page. If the username and password are correct then 20

lle
it says message “Hello <username>” else a message “login failed”

co
2. Develop a simple JSP application to display values obtained from the use of 20

.
.S
implicit objects of various types.

.S
3. Viva 5
4. Journal
.T 5
D

g
le
ol
.c
e

.S
c

.S
er

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
m

FIRST HALF 2019


.T
om

D
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50
c
of

1. Create a registration servlet in Java using JDBC. Accept the details such as 20
Username, Password, Email, and Country from the user using HTML Form and
ge

store the registration details in the database.


le
ol

2. Develop a JSP application to allow the user to modify the registration details 20
.c

after the valid authentication.


.S

3. Viva 5
.S

4. Journal 5
.T
D
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Develop simple Marks Entry Application to demonstrate accessing Database 20

ge
using EJB.

lle
2. Write a simple JSP application to demonstrate the use of implicit object (at least 20

co
3 methods of 4 objects).

.
.S
3. Viva 5

.S
4. Journal 5

.T
D

UNIVERSITY OF MUMBAI

g
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

le
FIRST HALF 2019

ol
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

.c
e

.S
1. Create a JSP application to demonstrate the use of JSTL. 20
c

.S
er

2. Develop simple application to demonstrate accessing Session Bean using EJB. 20


m

3. Viva
.T 5
om

D
4. Journal 5
c
of
ge
le
ol
.c
.S

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
.S

FIRST HALF 2019


.T

ENTERPRISE JAVA (USIT5P6)


D

Seat No. : ____ Max. Marks: 50

1. Developing a hibernate application to store feedback of website visitor. 40


2. Viva 5
3. Journal 5
ce
er
m
m
co
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

of
FIRST HALF 2019

ge
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

lle
1. Create a Currency Converter application using EJB.

co
20
2. Write a JSP code to accept an employee id from user and delete the records of 20

.
.S
that employee. If the employee id does not exist, it should redirect to page with

.S
message “No such employee ID” else it should redirect to another page with the

.T
message “Employee record deleted successfully”.
D
3. Viva 5
4. Journal 5

g
le
ol
.c
e

.S
c

.S
er

UNIVERSITY OF MUMBAI
m

.T
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019
om

D
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50
c
of

1. Develop simple EJB application to demonstrate Servlet Hit count using 20


ge

Singleton Session Beans.


le

2. Write a servlet code to store the biodata details of a user into the database. 20
ol

(Name, age, address, hobbies, gender, Qualification).


.c

3. Viva 5
.S

4. Journal 5
.S
.T
D
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc. (INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Write a Java Program using Servlet to authenticate user’s username and 20

ge
password.

lle
2. Develop simple shopping cart application using EJB [Stateful Session Bean]. 20

co
3. Viva 5

.
.S
4. Journal 5

.S
.T
D

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

g
FIRST HALF 2019

le
ENTERPRISE JAVA (USIT5P6)

ol
Seat No. : ____ Max. Marks: 50

.c
e

.S
1. Create simple Servlet application to demonstrate Non-Blocking Read 20
c

.S
er

Operation.
m

.T
2. Develop a JSP application to authenticate user login with database. 20
om

D
3. Viva 5
4. Journal 5
c
of
ge

UNIVERSITY OF MUMBAI
le

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


ol

FIRST HALF 2019


.c

ENTERPRISE JAVA (USIT5P6)


.S

Seat No. : ____ Max. Marks: 50


.S

1. Create simple Servlet application to demonstrate Non-Blocking Write 20


.T

Operation.
D

2. Write a JSP code to accept a department id from user and display all the 20
employee working in that department. Display the output in a tabular format.
3. Viva 5
4. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Develop a Hibernate application to store Feedback of Website Visitor in 40

ge
MySQL Database.

lle
2. Viva 5

co
3. Journal 5

.
.S
.S
.T
D
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

g
ENTERPRISE JAVA (USIT5P6)

le
Seat No. : ____ Max. Marks: 50

ol
1. Create simple Servlet application to demonstrate Non-Blocking Write Operation. 20

.c
e

.S
2. Develop servlet application to store the details of a student (Name, age, address, 20
c

.S
er

gender, dob, hobbies) into the database.


m

.T
3. Viva 5
om

D
4. Journal 5
c
of
ge
le
ol

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
.c

FIRST HALF 2019


.S

ENTERPRISE JAVA (USIT5P6)


.S

Seat No. : ____ Max. Marks: 50


.T

1. Create simple Servlet application to demonstrate Non-Blocking Read 20


D

Operation.
2. Create a registration and login JSP application to register and authenticate the 20
user based on username and password using JDBC.
3. Viva 5
4. Journal 5
ce
er
m
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

co
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

of
ge
1. Create a registration and login JSP application to register and authenticate the 20

lle
user based on username and password using JDBC.

co
2. Develop servlet application for accepting user registration details and 20
displaying it on another page (At least 6 Values).

.
.S
3. Viva 5

.S
4. Journal 5

.T
D

g
le
ol
.c
e

.S
c

.S
er
m

.T
om

D
c

UNIVERSITY OF MUMBAI
of

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


FIRST HALF 2019
ge

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
le
ol

1. Create an html page with fields, eno, name, age, desg, salary. Now on submit 20
.c

this data to a JSP page which will update the employee table of database with
.S

matching eno.
.S

2. Develop simple application to demonstrate accessing Session Bean using EJB. 20


.T

3. Viva 5
D

4. Journal 5
ce
er
m
m
co
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

of
FIRST HALF 2019

ge
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

lle
1. Create a servlet that uses Cookies to store the number of times a user has visited

co
20
servlet.

.
.S
2. Develop a JSP application to allow the user to modify the registration details 20

.S
after the valid authentication.
3. Viva
.T 5
D
4. Journal 5

g
le
ol
.c
e

.S
c

.S
er
m

.T
om

D
c
of
ge

UNIVERSITY OF MUMBAI
le

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


ol

FIRST HALF 2019


.c

ENTERPRISE JAVA (USIT5P6)


.S

Seat No. : ____ Max. Marks: 50


.S

1. Develop a Simple Room Reservation System Application Using EJB. 20


.T

2. Develop Servlet Application of Basic Calculator (+,-,*, /, %) using 20


D

ServletInputStream and ServletOutputStream.


3. Viva 5
4. Journal 5
ce
er
m
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

co
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

of
ge
1. Develop a Hibernate application to store and retrieve employee details in 40

lle
MySQL Database.

co
2. Viva 5
3. Journal 5

.
.S
.S
.T
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
D
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

1. Create a JSP page to demonstrate the use of Expression language. 20

g
2. Create a Servlet application to upload and download a file. 20

le
ol
3. Viva 5

.c
4. Journal 5
e

.S
c

.S
er
m

.T
om

D
c
of
ge
le

UNIVERSITY OF MUMBAI
ol

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


.c

FIRST HALF 2019


.S

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
.S
.T

1. Create an html page with fields, eno, name, age, desg, salary. Now on submit 20
D

this data to a JSP page which will update the employee table of database with
matching eno.
2. Develop servlet application to demonstrate basic calculator. 20
3. Viva 5
4. Journal 5
ce
er
m
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

co
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

of
ge
1. Using Request Dispatcher Interface create a Servlet which will validate the 20

lle
password entered by the user, if the user has entered "Servlet" as password, then
he will be forwarded to Welcome Servlet else the user will stay on the

co
index.html page and an error message will be displayed.

.
.S
2. Create a JSP page to demonstrate the use of Expression language. 20

.S
3. Viva 5
4. Journal
.T 5
D

g
le
ol
.c
e

.S
c

.S
er
m

.T
om

D
c
of

UNIVERSITY OF MUMBAI
ge

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


le

FIRST HALF 2019


ol

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
.c
.S

1. Develop Servlet Application to demonstrate use Session Management. 20


.S

2. Develop simple visitor Statistics application using Message Driven Bean 20


.T

[Stateless Session Bean].


D

3. Viva 5
4. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Create a registration and login JSP application to register and authenticate the 20

ge
user based on username and password using JDBC.

lle
2. Develop servlet application for accepting user registration details and displaying 20

co
it on another page (At least 6 Values).

.
.S
3. Viva 5

.S
4. Journal 5

.T
D

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

g
FIRST HALF 2019

le
ENTERPRISE JAVA (USIT5P6)

ol
Seat No. : ____ Max. Marks: 50

.c
1. Develop simple Marks Entry Application to demonstrate accessing Database 20
e

.S
c

using EJB.

.S
er

2. Develop servlet application of basic calculator. 20


m

.T
om

3. Viva 5
D
4. Journal 5
c
of
ge
le
ol
.c

UNIVERSITY OF MUMBAI
.S

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


.S

FIRST HALF 2019


ENTERPRISE JAVA (USIT5P6)
.T

Seat No. : ____ Max. Marks: 50


D

1. Develop a Simple Room Reservation System Application Using EJB. 20


2. Develop servlet application for accepting user registration details and 20
displaying it on another page (At least 6 Values).
3. Viva 5
4. Journal 5
ce
er
m
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

co
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

of
ge
1. Create a servlet demonstrating the use of session creation and destruction. Also 20

lle
check whether the user has visited this page first time or has visited earlier also
using sessions.

co
2. Develop a JSP application to authenticate user login with database. 20

.
.S
3. Viva 5

.S
4. Journal 5

.T
D

g
le
ol
.c
e

.S
c

.S
er
m

.T
om

D
c
of

UNIVERSITY OF MUMBAI
ge

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


FIRST HALF 2019
le

ENTERPRISE JAVA (USIT5P6)


ol

Seat No. : ____ Max. Marks: 50


.c
.S

1. Develop a web application using Java Servlets, to provide a set of question [5 20


.S

Questions minimum] to the user. Each question should have four options, from
.T

which the user should be able to selection only one. When the user clicks on
D

button “Done”, call a servlet to compute and display the score of the user [number
of correct and incorrect answers.]
2. Create a JSP page to demonstrate the use of Expression language. 20
3. Viva 5
4. Journal 5
ce
er
m
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

co
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

of
ge
1. Develop a web application to allow the user to enter two numbers and select an 20
operation [ +,-,*,/ ] in an HTML file. When the user clicks “Calculate” button,

lle
call a servlet to compute the answer and display it to the user.

co
2. Create a JSP application to demonstrate the use of JSTL. 20

.
.S
3. Viva 5

.S
4. Journal 5

.T
D

g
UNIVERSITY OF MUMBAI

le
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

ol
ENTERPRISE JAVA (USIT5P6)

.c
Seat No. : ____ Max. Marks: 50
e

.S
c

.S
er

1. Develop a web application using JSP to allow the user to login by entering the 20
m

.T
user id and the password, when the user clicks on “Login” button, call a JSP page
om

D
to authenticate the login, if successful take the user to “welcome.html”, otherwise
display “Login Failed”, and allow the user to re-login. [Login(userid: varchar,
c
of

password:varchar)]
2. Create a Currency Converter application using EJB. 20
ge

3. Viva 5
le
ol

4. Journal 5
.c
.S
.S
.T
D
ce
er
m
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

co
ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

of
ge
1. Develop a web application using JSP to allow the user to register via an HTML 20
page. When the user clicks on button “Register” call a JSP page to add the entered

lle
details to the database using JDBC API. [Registration(fname:varchar,

co
lname:varchar, email:varchar, userid: varchar, password:varchar)]

.
.S
2. Create a servlet for a login page. If the username and password are correct then 20

.S
it says message “Hello <username>” else a message “login failed”
3. Viva
.T 5
D
4. Journal 5

g
le
ol
.c
e

.S
c

.S
er
m

.T
om

D
UNIVERSITY OF MUMBAI
c

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


of

FIRST HALF 2019


ENTERPRISE JAVA (USIT5P6)
ge

Seat No. : ____ Max. Marks: 50


le

1. Develop a web application to allow the user to enter inventory details [Product 20
ol

name, Product Price and Quantity]. When the user clicks on button “Store”, call
.c
.S

a bean to add the inventory details into the database using JDBC API. Display
.S

the appropriate message.


.T

2. Develop a simple JSP application to pass values from one page to another with 20
D

validations. (Name-txt, age-txt, hobbies-checkbox, email-txt, gender-radio


button).
3. Viva 5
4. Journal 5
ce
er
m
m
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

co
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

of
Seat No. : ____ Max. Marks: 50

ge
1. Use RequestDispatcher in the following example. 20

lle
Design a form to accept username and password from user. If password is equal

co
to ‘admin’ then the control should go to Welcome Servlet which displays ‘Hello’

.
.S
with the username entered. If password is not equal to ‘admin’ then control

.S
should go to Error Servlet which displays ‘Error in Login’.

.T
2. Develop a Simple Room Reservation System Application Using EJB.
D 20
3. Viva 5
4. Journal 5

g
le
ol
.c
e

.S
c

.S
er
m

.T
om

D
c
of
ge

UNIVERSITY OF MUMBAI
le

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


ol

FIRST HALF 2019


.c

ENTERPRISE JAVA (USIT5P6)


.S

Seat No. : ____ Max. Marks: 50


.S

1. Create a simple calculator application using servlet. 20


.T

2. Write a JSP to accept eno, ename and salary. Insert these records in emp. (Create 20
D

the emp table with these three fields)


3. Viva 5
4. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Write a JSP that takes login details from the user and forward the request to 20

ge
‘login.jsp’ for ‘Successful login’ message if username and password is equal to

lle
admin otherwise display an error message ‘Access Denied’.

co
2. Write EJB that calculates simple interest and compound interest for principal, 20

.
number of years and rate of interest.

.S
.S
3. Viva 5

.T
4. Journal 5
D

g
le
UNIVERSITY OF MUMBAI

ol
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

.c
FIRST HALF 2019
e

.S
ENTERPRISE JAVA (USIT5P6)
c

Seat No. : ____ Max. Marks: 50

.S
er
m

.T
1. Develop simple EJB application to demonstrate Servlet Hit count using Singleton 20
om

D
Session Beans.
2. Develop servlet application of basic calculator. 20
c
of

3. Viva 5
ge

4. Journal 5
le
ol
.c
.S
.S

UNIVERSITY OF MUMBAI
.T

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


D

FIRST HALF 2019


ENTERPRISE JAVA (USIT5P6)
Seat No. : ____ Max. Marks: 50

1. Develop Simple Servlet Question Answer Application using Database. 40


2. Viva 5
3. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Develop a Simple Room Reservation System Application Using EJB. 20

ge
2. Write a JSP to accept eno, ename and salary. Insert these records in emp. 20

lle
(Create the emp table with these three fields)

co
3. Viva 5

.
.S
4. Journal 5

.S
.T
D

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

g
FIRST HALF 2019

le
ENTERPRISE JAVA (USIT5P6)

ol
Seat No. : ____ Max. Marks: 50

.c
e

.S
1. Develop simple visitor Statistics application using Message Driven Bean 20
c

.S
er

[Stateless Session Bean].


m

.T
2. Develop servlet application of basic calculator. 20
om

D
3. Viva 5
4. Journal 5
c
of
ge
le
ol

UNIVERSITY OF MUMBAI
.c

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


.S

FIRST HALF 2019


ENTERPRISE JAVA (USIT5P6)
.S

Seat No. : ____ Max. Marks: 50


.T
D

1. Develop a simple JSP application to pass values from one page to another with 20
validations. (Name-txt, age-txt, hobbies-checkbox, email-txt, gender-radio
button).
2. Develop servlet application of basic calculator. 20
3. Viva 5
4. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Create a registration and login JSP application to register and authenticate the user based 40

ge
on username and password using JDBC.
2. Viva 5

lle
3. Journal 5

. co
.S
.S
.T
D
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019

g
ENTERPRISE JAVA (USIT5P6)

le
Seat No. : ____ Max. Marks: 50

ol
1. Develop a simple Inventory Application Using JPA. 40

.c
e

.S
2. Viva 5
c

.S
er

3. Journal 5
m

.T
om

D
c
of
ge
le
ol
.c
.S

UNIVERSITY OF MUMBAI
.S

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


FIRST HALF 2019
.T

ENTERPRISE JAVA (USIT5P6)


D

Seat No. : ____ Max. Marks: 50

1. Develop a Guestbook Application Using JPA. 40


2. Viva 5
3. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Create simple JPA application to store and retrieve Book details. 40

ge
2. Viva 5

lle
3. Journal 5

. co
.S
.S
.T
D

UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

g
FIRST HALF 2019

le
ENTERPRISE JAVA (USIT5P6)

ol
Seat No. : ____ Max. Marks: 50

.c
e

.S
1. Develop servlet application of basic calculator. 20
c

.S
er

2 Develop a JSP application to demonstrate use of Custom JSP Tags. 20


m

.T
3. Viva 5
om

D
4. Journal 5
c
of
ge
le
ol
.c

UNIVERSITY OF MUMBAI
.S

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


.S

FIRST HALF 2019


ENTERPRISE JAVA (USIT5P6)
.T

Seat No. : ____ Max. Marks: 50


D

1. Develop an application to demonstrate Hibernate One- To -One Mapping Using 40


Annotation.
2. Viva 5
3. Journal 5
ce
er
UNIVERSITY OF MUMBAI

m
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

m
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

co
Seat No. : ____ Max. Marks: 50

of
1. Develop a Three page web application site using any two or three Java EE Technologies. 40

ge
2. Viva 5

lle
3. Journal 5

. co
.S
.S
.T
D
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
FIRST HALF 2019
ENTERPRISE JAVA (USIT5P6)

g
Seat No. : ____ Max. Marks: 50

le
ol
1. Develop a JSP application to demonstrate use of JSP Action Tags. 20

.c
2. Develop a Servlet application to demonstrate simple validations. 20
e

.S
c

3. Viva 5

.S
er

3. Journal 5
m

.T
om

D
c
of
ge
le
ol
.c

UNIVERSITY OF MUMBAI
.S

T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION


.S

FIRST HALF 2019


ENTERPRISE JAVA (USIT5P6)
.T

Seat No. : ____ Max. Marks: 50


D

1. Develop a JPA Application to demonstrate use of ORM associations. 40


2. Viva 5
3. Journal 5

Das könnte Ihnen auch gefallen