java Lab Manual INDEX VR23
java Lab Manual INDEX VR23
LAB MANUAL
Academic Year : 2024-25
Regulation : VR23
Credits : 03
Ms.K.Pavani
CSE-CAI,CSM,CSC
Mr.V.S Ram
CSE-CSD
Prasad
S. NO TOPIC PAGE NO
1 a) Write a JAVA program to display default value of all primitive data 1-3
type of JAVA
b) Write a java program that display the roots of a quadratic equation
ax2+bx=0. Calculate the discriminate D and basing on value of D,
describe the nature of root.
2 a) Write a JAVA program to search for an element in a given list of elements 4-8
using binary search mechanism.
b) Write a JAVA program to sort for an element in a given list of elements
using bubble sort
c) Write a JAVA program using String Buffer to delete, remove character.
3 a) Write a JAVA program to implement class mechanism. Create a class, 9-16
methods and invoke them inside main method.
b)Write a JAVA program implement method overloading
c) Write a JAVA program to implement constructor.
d) Write a JAVA program to implement constructor overloading.