Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Keraleeya Samjam (Regd.) Dombivli's, Model College: University of Mumbai

Download as pdf or txt
Download as pdf or txt
You are on page 1of 19

i'

vl
bi
om
UNIVERSITY OF MUMBAI

)D
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
SECOND HALF 2018

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

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

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

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

ja
implicit objects of various types.

m
3. Viva 5
Sa

ge
4. Journal 5
a

le
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

UNIVERSITY OF MUMBAI

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

Sa
bi

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
om

a
Seat No. : ____ Max. Marks: 50
ey
D

1. Create a registration servlet in Java using JDBC. Accept the details such as 20
le
.)

Username, Password, Email, and Country from the user using HTML Form and
ra
d
eg

store the registration details in the database.


Ke

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

after the valid authentication.


m

3. Viva 5
ja

4. Journal 5
m
Sa
ay
ee
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

eg
using EJB.

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

m
3 methods of 4 objects).

ja
3. Viva 5

m
4. Journal 5

Sa

ge
a

le
y

)D
ee

ol
C
al

d.
UNIVERSITY OF MUMBAI

el
r

eg
Ke

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


od
SECOND HALF 2018

(R
ENTERPRISE JAVA (USIT5P6)
,M

Seat No. : ____ Max. Marks: 50

m
ja
1. Create a JSP application to demonstrate the use of JSTL. 20
li's

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

Sa
bi

3. Viva 5
om

4. Journal 5
a
ey
D

le
.)

ra
d
eg

Ke
(R
m

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

SECOND HALF 2018


m

ENTERPRISE JAVA (USIT5P6)


Sa

Seat No. : ____ Max. Marks: 50

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


ay

2. Viva 5
ee

3. Journal 5
i'
vl
bi
om
)D
UNIVERSITY OF MUMBAI

d.
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
SECOND HALF 2018

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

(R
1. Create a Currency Converter application using EJB. 20

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

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

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

ge
message “Employee record deleted successfully”.
a

le
3. Viva 5
y

)D
ee

ol
4. Journal 5

C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
UNIVERSITY OF MUMBAI
v

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


Sa
bi

SECOND HALF 2018


om

ENTERPRISE JAVA (USIT5P6)


a
Seat No. : ____ Max. Marks: 50
ey
D

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


le
.)

ra

Singleton Session Beans.


d
eg

Ke

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

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


3. Viva 5
m

4. Journal 5
ja
m
Sa
ay
ee
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

eg
password.

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

m
3. Viva 5

ja
4. Journal 5

m
Sa

ge
a

le
y

)D
ee

ol
C
al

d.
UNIVERSITY OF MUMBAI

el
r

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

eg
Ke

SECOND HALF 2018 od

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

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

ja
li's

Operation.

m
v

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

3. Viva 5
om

a
4. Journal 5
ey
D

le
.)

ra
d
eg

UNIVERSITY OF MUMBAI
Ke

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


(R

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
m

Seat No. : ____ Max. Marks: 50


ja

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


m

Operation.
Sa

2. Write a JSP code to accept a department id from user and display all the 20
a

employee working in that department. Display the output in a tabular format.


y
ee

3. Viva 5
4. Journal 5
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

eg
MySQL Database.

(R
2. Viva 5

m
3. Journal 5

ja
m
Sa

ge
a

le
y

)D
ee

ol
UNIVERSITY OF MUMBAI

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

d.
SECOND HALF 2018

el
r

eg
Ke

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____
od Max. Marks: 50

(R
,M

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

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

ja
li's

gender, dob, hobbies) into the database.

m
v

Sa
3. Viva 5
bi

4. Journal 5
om

a
ey
D

le
.)

ra
d
eg

Ke

UNIVERSITY OF MUMBAI
(R

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


SECOND HALF 2018
m

ENTERPRISE JAVA (USIT5P6)


ja

Seat No. : ____ Max. Marks: 50


m

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


Sa

Operation.
a

2. Create a registration and login JSP application to register and authenticate the 20
y
ee

user based on username and password using JDBC.


3. Viva 5
4. Journal 5
i'
vl
bi
om
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

)D
SECOND HALF 2018
ENTERPRISE JAVA (USIT5P6)

d.
Seat No. : ____ Max. Marks: 50

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

(R
user based on username and password using JDBC.
2. Develop servlet application for accepting user registration details and 20

m
displaying it on another page (At least 6 Values).

ja
m
3. Viva 5
4. Journal
Sa 5

ge
a

le
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
v

Sa
bi
om

a
ey

UNIVERSITY OF MUMBAI
D

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


le

SECOND HALF 2018


.)

ra

ENTERPRISE JAVA (USIT5P6)


d
eg

Seat No. : ____ Max. Marks: 50


Ke
(R

1. Create an html page with fields, eno, name, age, desg, salary. Now on submit 20
this data to a JSP page which will update the employee table of database with
m

matching eno.
ja

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


m
Sa

3. Viva 5
4. Journal 5
ay
ee
i'
vl
bi
om
)D
UNIVERSITY OF MUMBAI

d.
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
SECOND HALF 2018

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

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

m
servlet.

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

Sa
after the valid authentication.

ge
3. Viva 5
a

le
4. Journal 5
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
v

Sa
bi
om

a
ey
D

le
.)

ra
d
eg

UNIVERSITY OF MUMBAI
Ke

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


(R

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
m

Seat No. : ____ Max. Marks: 50


ja

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


m

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


Sa

ServletInputStream and ServletOutputStream.


a

3. Viva 5
y
ee

4. Journal 5
i'
vl
bi
om
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

)D
SECOND HALF 2018
ENTERPRISE JAVA (USIT5P6)

d.
Seat No. : ____ Max. Marks: 50

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

(R
MySQL Database.
2. Viva 5

m
3. Journal 5

ja
m
Sa
UNIVERSITY OF MUMBAI

ge
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
a
SECOND HALF 2018

le
y

ENTERPRISE JAVA (USIT5P6)

)D
ee

ol
Seat No. : ____ Max. Marks: 50

C
al

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

el
r

eg
Ke

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


od 20

(R
3. Viva 5
,M

m
4. Journal 5

ja
li's

m
v

Sa
bi
om

a
ey
D

le
.)

ra
d
eg

Ke

UNIVERSITY OF MUMBAI
(R

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


SECOND HALF 2018
m

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
ja
m

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

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

2. Develop servlet application to demonstrate basic calculator. 20


ee

3. Viva 5
4. Journal 5
i'
vl
bi
om
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

)D
SECOND HALF 2018
ENTERPRISE JAVA (USIT5P6)

d.
Seat No. : ____ Max. Marks: 50

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

(R
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

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

ja
m
2. Create a JSP page to demonstrate the use of Expression language. 20
3. Viva
Sa 5

ge
4. Journal 5
a

le
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
v

Sa
bi
om

a
ey
D

le
.)

UNIVERSITY OF MUMBAI
ra
d

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


eg

Ke

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
(R

Seat No. : ____ Max. Marks: 50


m

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


ja

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


m

[Stateless Session Bean].


Sa

3. Viva 5
a

4. Journal 5
y
ee
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

eg
user based on username and password using JDBC.

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

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

ja
3. Viva 5

m
4. Journal 5

Sa

ge
a

le
y

)D
ee

ol
C
UNIVERSITY OF MUMBAI
al

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

el
r

eg
Ke

SECOND HALF 2018 od


ENTERPRISE JAVA (USIT5P6)

(R
Seat No. : ____ Max. Marks: 50
,M

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

ja
li's

using EJB.

m
v

2. Develop servlet application of basic calculator. 20


Sa
bi

3. Viva 5
om

a
4. Journal 5
ey
D

le
.)

ra
d
eg

Ke
(R

UNIVERSITY OF MUMBAI
m

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


ja

SECOND HALF 2018


m

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
Sa

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


a

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


y
ee

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


3. Viva 5
4. Journal 5
i'
vl
bi
om
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

)D
SECOND HALF 2018
ENTERPRISE JAVA (USIT5P6)

d.
Seat No. : ____ Max. Marks: 50

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

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

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

ja
m
3. Viva 5
4. Journal
Sa 5

ge
a

le
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
v

Sa
bi
om

a
ey
D

le

UNIVERSITY OF MUMBAI
.)

ra

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


d
eg

SECOND HALF 2018


Ke

ENTERPRISE JAVA (USIT5P6)


(R

Seat No. : ____ Max. Marks: 50


m

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


ja

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

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

button “Done”, call a servlet to compute and display the score of the user [number
of correct and incorrect answers.]
ay

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


ee

3. Viva 5
4. Journal 5
i'
vl
bi
om
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

)D
SECOND HALF 2018
ENTERPRISE JAVA (USIT5P6)

d.
Seat No. : ____ Max. Marks: 50

eg
1. Develop a web application to allow the user to enter two numbers and select an 20

(R
operation [ +,-,*,/ ] in an HTML file. When the user clicks “Calculate” button,
call a servlet to compute the answer and display it to the user.

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

ja
m
3. Viva 5
4. Journal
Sa 5

ge
a

le
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

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

(R
SECOND HALF 2018
,M

ENTERPRISE JAVA (USIT5P6)

m
Seat No. : ____ Max. Marks: 50

ja
li's

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

m
v

Sa
user id and the password, when the user clicks on “Login” button, call a JSP page
bi

to authenticate the login, if successful take the user to “welcome.html”, otherwise


om

a
display “Login Failed”, and allow the user to re-login. [Login(userid: varchar,
ey
D

password:varchar)]
le
.)

2. Create a Currency Converter application using EJB. 20


ra
d
eg

3. Viva 5
Ke

4. Journal 5
(R
m
ja
m
Sa
ay
ee
i'
vl
bi
om
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION

)D
SECOND HALF 2018
ENTERPRISE JAVA (USIT5P6)

d.
Seat No. : ____ Max. Marks: 50

eg
1. Develop a web application using JSP to allow the user to register via an HTML 20

(R
page. When the user clicks on button “Register” call a JSP page to add the entered
details to the database using JDBC API. [Registration(fname:varchar,

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

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

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

ge
3. Viva 5
a

le
4. Journal 5
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
v

Sa
bi
om

a
UNIVERSITY OF MUMBAI
ey

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


D

SECOND HALF 2018


le

ENTERPRISE JAVA (USIT5P6)


.)

ra

Seat No. : ____ Max. Marks: 50


d
eg

Ke

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

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

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

the appropriate message.


m

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

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


button).
ay

3. Viva 5
ee

4. Journal 5
i'
vl
bi
om
UNIVERSITY OF MUMBAI

)D
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
SECOND HALF 2018

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

eg
1. Use RequestDispatcher in the following example. 20

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

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

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

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

ge
2. Develop a Simple Room Reservation System Application Using EJB. 20
a
3. Viva 5

le
y

)D
ee

4. Journal 5

ol
C
al

d.
el
r

eg
Ke

od

(R
,M

m
ja
li's

m
v

Sa
bi
om

a
ey
D

le
.)

ra
d
eg

UNIVERSITY OF MUMBAI
Ke

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


(R

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
m

Seat No. : ____ Max. Marks: 50


ja

1. Create a simple calculator application using servlet.  20


m

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

the emp table with these three fields)


a

3. Viva 5
y
ee

4. Journal 5
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

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

(R
admin otherwise display an error message ‘Access Denied’.

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

ja
number of years and rate of interest.

m
3. Viva 5
4. Journal Sa 5

ge
a

le
y

)D
ee

ol
C
al

d.
el
r

eg
Ke

od

(R
UNIVERSITY OF MUMBAI
,M
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
SECOND HALF 2018

m
ENTERPRISE JAVA (USIT5P6)

ja
li's

Seat No. : ____ Max. Marks: 50

m
v

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

Session Beans.
om

a
2. Develop servlet application of basic calculator. 20
ey
D

3. Viva 5
le
.)

4. Journal 5
ra
d
eg

Ke
(R
m
ja

UNIVERSITY OF MUMBAI
m

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


Sa

SECOND HALF 2018


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

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


2. Viva 5
3. Journal 5
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

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

(R
(Create the emp table with these three fields)

m
3. Viva 5

ja
4. Journal 5

m
Sa

ge
a

le
y

)D
ee

ol
C
al

d.
UNIVERSITY OF MUMBAI

el
r

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

eg
Ke

SECOND HALF 2018 od

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

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

ja
li's

[Stateless Session Bean].

m
v

Sa
2. Develop servlet application of basic calculator. 20
bi

3. Viva 5
om

a
4. Journal 5
ey
D

le
.)

ra
d
eg

Ke
(R

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

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
ja

Seat No. : ____ Max. Marks: 50


m
Sa

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
a

button).
y
ee

2. Develop servlet application of basic calculator. 20


3. Viva 5
4. Journal 5
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

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

(R
3. Journal 5

m
ja
m
Sa

ge
a

le
y

)D
ee

ol
UNIVERSITY OF MUMBAI

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

d.
SECOND HALF 2018

el
r

eg
Ke

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____
od Max. Marks: 50

(R
,M

1. Develop a simple Inventory Application Using JPA. 40

m
2. Viva 5

ja
li's

3. Journal 5

m
v

Sa
bi
om

a
ey
D

le
.)

ra
d
eg

Ke
(R
m

UNIVERSITY OF MUMBAI
ja

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


m

SECOND HALF 2018


ENTERPRISE JAVA (USIT5P6)
Sa

Seat No. : ____ Max. Marks: 50


a

1. Develop a Guestbook Application Using JPA. 40


y
ee

2. Viva 5
3. Journal 5
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

eg
2. Viva 5

(R
3. Journal 5

m
ja
m
Sa

ge
a

le
y

)D
ee

ol
C
al

d.
UNIVERSITY OF MUMBAI

el
r

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

eg
Ke

SECOND HALF 2018 od

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

m
1. Develop servlet application of basic calculator. 20

ja
li's

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

m
v

Sa
3. Viva 5
bi

4. Journal 5
om

a
ey
D

le
.)

ra
d
eg

Ke
(R

UNIVERSITY OF MUMBAI
m

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


ja

SECOND HALF 2018


m

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
Sa

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


a

Annotation.
y

2. Viva 5
ee

3. Journal 5
i'
vl
bi
UNIVERSITY OF MUMBAI

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

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

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

eg
2. Viva 5

(R
3. Journal 5

m
ja
m
Sa

ge
a

le
y

)D
ee

UNIVERSITY OF MUMBAI

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

C
al

d.
SECOND HALF 2018

el
r

ENTERPRISE JAVA (USIT5P6)

eg
Ke

Seat No. : ____ od Max. Marks: 50

(R
,M
1. Develop a JSP application to demonstrate use of JSP Action Tags. 20

m
2. Develop a Servlet application to demonstrate simple validations. 20

ja
li's

3. Viva 5

m
v

3. Journal 5
Sa
bi
om

a
ey
D

le
.)

ra
d
eg

Ke
(R

UNIVERSITY OF MUMBAI
m

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


ja

SECOND HALF 2018


m

ENTERPRISE JAVA (USIT5P6)


Seat No. : ____ Max. Marks: 50
Sa

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


a

2. Viva 5
y
ee

3. Journal 5

You might also like