UNIVERSITY INSTITUTE OF ENGINEERING
Department of Computer Science & Engineering
(BE-CSE/IT-6th Sem)
Subject Name: Project Based Learning in Java with Lab
Subject Code: 22CSH-359
INDEX
Ex. Name of Experiments Date Conduct Viva Worksheet Total Remarks Signature
No (MM: 12) (MM: 10) (Record) (MM: 30) (with date)
(MM: 8)
1 Create an application to save the
employee information using arrays.
Design and implement a simple
2 inventory control system for a small
video rental store.
Create an application to calculate
3 interest for FDs, RDs based on certain
conditions using inheritance.
4 Write a Program to perform the basic
operations like insert, delete, display
and search in list. List contains String
object items where these operations
are to be performed.
Create a program to collect and store
5 all the cards to assist the users in
finding all the cards in a given symbol
using Collection interface.
Create a program to collect unique
6 symbols from a set of cards using set
interface.
Create a menu-based Java application
7 with the following options. 1.Add an
Employee 2. Display All 3. Exit If
option 1 is selected, the application
should gather details of the employee
like employee name, employee id,
designation and salary and store it in a
file. If option 2 is selected, the
application should display all the
employee details. If option 3 is
selected the application should exit.
Create JSP application for addition,
8
multiplication and division.
9
Create an application for online
auction using Servlet and JSP.
10 Mini Project