Java lab
Java lab
Contents:
Practical / Hands on Exercise
Sr. Hrs.
No.
1 Implement TCP Server for transferring files using Socket and ServerSocket 02
2 Implement cookies to store firstname and lastname using Java server pages. 02
3 Implement the shopping cart for users for the online shopping. Apply the concept of 04
session.
4 Implement student registration form with enrollment number, first name, last name, 04
semester, contact number. Store the details in database. Also implement search, delete
and modify facility for student records.
5 Write a Servlet program to print system date and time. 04
6 Design a web page that takes the Username from user and if it is a valid username 04
prints “Welcome Username”. Use JSF to implement.
7 Write Hibernate application to store customer records and retrieve the customer record 04
including name, contact number, address.
8 Write an application to keep record and retrieve record of student. The record includes 04
student id, enrollment number, semester, SPI. Use MVC architecture.
Total 28
Course Outcomes:
Sr. No. CO Statement Marks % Weightage
CO-1 Implement Networking and Data base connectivity in Java for 30
given application.
CO-2 Implement webpage with dynamic content and server side web 40
application using Servlet and JSP.
CO-3 Use web application framework JSF to build user interfaces. 10
CO-4 Use Object Relation Mapping using Hibernate to build database 10
dependent applications.
List of Open Source Software/learning website:
1. https://www.tutorialspoint.com/
2. https://www.geeksforgeeks.org/introduction-java-servlets/