Advanced Java Technologies-Oct2024
Advanced Java Technologies-Oct2024
1. Create a servlet for a login page. If the username and password are correct then 20
it says message “Hello <username>” else a message “login failed”
2. Develop a simple JSP application to display values obtained from the use of 20
implicit objects of various types.
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
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
store the registration details in the database.
2. Develop a JSP application to allow the user to modify the registration details 20
after the valid authentication.
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Create a registration and login JSP application to register and authenticate the 20
user based on username and password using JDBC.
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
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
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
matching eno.
2. Develop simple application to demonstrate accessing Session Bean using EJB. 20
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Create a servlet that uses Cookies to store the number of times a user has 20
visited
servlet.
2. Develop a JSP application to allow the user to modify the registration details 20
after the valid authentication.
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
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
matching eno.
2. Develop servlet application to demonstrate basic calculator. 20
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Using Request Dispatcher Interface create a Servlet which will validate the 20
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
index.html page and an error message will be displayed.
2. Create a JSP page to demonstrate the use of Expression language. 20
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Create a registration and login JSP application to register and authenticate the 20
user based on username and password using JDBC.
2. Develop servlet application for accepting user registration details and displaying 20
it on another page (At least 6 Values).
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Create a servlet demonstrating the use of session creation and destruction. Also 20
check whether the user has visited this page first time or has visited earlier also
using sessions.
2. Develop a JSP application to authenticate user login with database. 20
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
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,
call a servlet to compute the answer and display it to the user.
2. Create a JSP application to demonstrate the use of JSTL. 20
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Develop a web application using JSP to allow the user to login by entering the 20
user id and the password, when the user clicks on “Login” button, call a JSP
page 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,
password:varchar)]
2. Create a Currency Converter application using EJB. 20
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
ADVANCED JAVA TECHNOLOGIES(USIT5P6)
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 details to the database using JDBC API.
[Registration(fname:varchar,
lname:varchar, email:varchar, userid: varchar, password:varchar)]
2. Create a servlet for a login page. If the username and password are correct then 20
it says message “Hello <username>” else a message “login failed”
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Develop a web application to allow the user to enter inventory details [Product 20
name, Product Price and Quantity]. When the user clicks on button “Store”, call
a bean to add the inventory details into the database using JDBC API. Display
the appropriate message.
2. 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).
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Write a JSP that takes login details from the user and forward the request to 20
‘login.jsp’ for ‘Successful login’ message if username and password is equal to
admin otherwise display an error message ‘Access Denied’.
2. Write EJB that calculates simple interest and compound interest for principal, 20
number of years and rate of interest.
3. Viva 5
4. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
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
UNIVERSITY OF MUMBAI
T.Y.B.Sc.( INFORMATION TECHNOLOGY) (Semester– V) (Practical) EXAMINATION
ADVANCED JAVA TECHNOLOGIES(USIT5P6)
Seat No. : Max. Marks: 50
1. Create a registration and login JSP application to register and authenticate the user based 40
on username and password using JDBC.
2. Viva 5
3. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
1. Develop a Three page web application site using any two or three Java EE Technologies. 40
2. Viva 5
3. Journal 5
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)
UNIVERSITY OF MUMBAI
T.Y.B.Sc. INFORMATION TECHNOLOGY (Semester V) Rev (Practical Examination)