Assignment 6
Assignment 6
Assignment 6
Collections:
1. Write a java program to add elements to the ArrayList and insert, and delete
flowers from the flowerlist and display it.
2. Write a java program to add elements to a linkedList of fruits and use iterator and
listIterator to display the elements, modify the elements and remove the
elements. Also display the elements.
String Functions:
2. Java program to count the total number of punctuation characters that exist in a
string.
3. Java program to count the total number of consonants and vowels in a string.
4. Java Program to find maximum and minimum occurring characters in a string.
5. Java Program to swap two string variables without using a third or temp
variable.
3. Write a program in java using FileStreams to read data from a file and write to the
console. Use try with resources also to do this program.
4. Write a program in java using FileStreams to read from a file and write to another
file. Use try with resources also to do this program.
Swing GUI
JDBC API