Posts

Write a JAVA program using String Buffer to delete, remove character.

Write a JAVA program to sort for an element in a given list of elements using bubble sort.

Write a JAVA program to search for an element in a given list of elements using binary search mechanism.

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.

Write a JAVA program to display default value of all primitive data type of JAVA.