Java - Lab - Experiment List - 2023-24
Java - Lab - Experiment List - 2023-24
SE (IT) SEM-III
Sr. LAB PO
BLOOM’
NAME OF THE EXPERIMENT OUTCOM MAPPIN
NO. S LEVEL
E G
PO1-PO5,
Program to introduce concept of scanner PO8,
1. L1, L2 LO1
and buffered reader. PO10,
PO12
Implement a java program to calculate
gross salary & net salary taking the PO1-PO5,
following data. PO8,
2. Input: empno, empname, basic L1, L2 LO1
PO10,
Process: DA=70% of basic, HRA=30% of PO12
basic, CCA=Rs240/- ,PF=10% of basic
PT=
WriteRs100/-
a Java program that prints all real
PO1-PO5,
solutions to the quadratic equation
PO8,
3. ax2+bx+c = 0. Read in a, b, c and use the L1, L2 LO1
PO10,
quadratic formula. If the discriminate b2-
PO12
4ac is negative, display a message stating
that there
Write are nodriven
a Menu real solutions?
program in java to
implement simple banking application. PO1-PO5,
Application should read the customer PO8,
4. name, account number, initial balance, L1, L2 LO1
PO10,
rate of interest, contact number and PO12
address field etc. Application should
have following
Write a program methods.
to print the area of a
rectangle by creating a class named 'Area'
having two methods. First method named PO1-PO5,
as 'setDim' takes length and breadth of L3 PO8,
5. LO2
rectangle as parameters and the second PO10,
method named as 'getArea' returns the PO12
area of the rectangle. Length and breadth
of rectangle are entered through
keyboard.
Write a Java program to illustrate L3 PO1-PO5,
6. LO2
Constructor Chaining PO8,
Write a java programs to add n strings in
PO1-PO5,
a vector array. Input new string and check
L3 PO8,
7. whether it is present in the vector. If it is LO2
PO10,
present delete it otherwise add it to the
PO12
vector.
Write menu driven program to implement
recursive Functions for following tasks.
PO1-PO5,
a) To find GCD and LCM
L3 PO8,
8. b) To print n Fibonacci numbers LO2
PO10,
c) To find reverse of number
PO12
d) To solve 1 +2+3+4+........+(n- l )+n
PO1-PO5,
Write a Java program to design a Login L6 PO8,
20. LO6
Form using JavaFX Controls PO10,
PO12
Advanced Level:
Design Level:
Open-Ended Level: