We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4
INDEX
Sr. No. Practical Date Sign
1. a. Create a simple calculator application using servlet.
b. Create a servlet for a login page. If the
username and password are correct then it
says message “Hello” else a message “login
failed
c. Create a registration servlet in Java using
JDBC. Accept the details such as Username,
Password, Email, and Country from the user
using HTML Form and store the registration
details in the database.
2. a. Using Request Dispatcher Interface create a
Servlet which will validate the 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. b. Create a servlet that uses Cookies to store the number of times a user has visited servlet. c. Create a servlet demonstrating the use of session creation and destruction.
Also check whether the user has visited this page
first time or has visited earlier also using sessions
3. a. Create a Servlet application to upload and
download a file.
b. Develop Simple Servlet Question Answer
Application using Database.
c. Create simple Servlet application to
demonstrate Non-Blocking Read Operation.
4. a. Develop a simple JSP application to display
values obtained from the use of intrinsic objects of various types. b. Develop a simple JSP application to pass values from one page to another with validations. (Name-
c. Create a registration and login JSP application
to register and authenticate the user based on username and password using JDBC. 5. a. Create an html page with fields, eno, name, age, desg, salary. Now on submit this data to a JSP
page which will update the employee table of
database with matching eno.
b. Create a JSP application to demonstrate the
use of JSTL
6. a. Create a Currency Converter application using
EJB. b. Develop a Simple Room Reservation System Application Using EJB.
c. Develop simple shopping cart application using
EJB [Stateful Session Bean].
7. a. Develop simple EJB application to demonstrate