The document appears to be a project submission for a university computer science course. It includes an index listing several programming assignments completed as part of a Java lab, including creating applications for employee information, inventory control, interest calculation, hashtable keys, sets, lists, a menu application, palindrome creation, and basic arithmetic operations using servlets and JSP.
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
0 ratings0% found this document useful (0 votes)
36 views2 pages
Index Java
The document appears to be a project submission for a university computer science course. It includes an index listing several programming assignments completed as part of a Java lab, including creating applications for employee information, inventory control, interest calculation, hashtable keys, sets, lists, a menu application, palindrome creation, and basic arithmetic operations using servlets and JSP.
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/ 2
UNIVERSITY INSTITUTE OF ENGINEERING
Department of Computer Science & Engineering
(BE-CSE/IT-6th Sem)
Project Based Learning in Java with Lab
21CSH-319/21ITH-319
Submitted to: Submitted by:
Name: Harsh Mittal
UID: 21BCS1846
Section: 607
Group: B INDEX
Name: Harsh Mittal UID: 21BCS1846
Ex. Name of Experiments Date Conduct Viva Worksheet Total Remarks Signature No (MM: (MM: 10) (Record) (MM: 30) (with date) 12) (MM: 8) Create a application to 1.1 save the employee information using arrays. 1.2 Design and implement a simple inventory control system for a small video rental store. 1.3 Create a application to calculate interest for FDs, RDs based on certain conditions using inheritance. 2.1 Create a program to set view of Keys from Java Hashtable. Create a program to show the usage of Sets of 2.2 Collection interface. 2.3 Write a Program to perform the basic operations like insert, delete, display and search inlist. List contains String object items where these operations are to be performed.
Create a menu based Java
2.4 application. 3.1 Create a palindrome creator application for making a longest possible palindrome out of given input string. 3.2 Create a Servlet/ application with a facility to print any message on web browser. Create JSP application for 3.3 addition, multiplication and division.