PRACTICE PROGRAMS
1. Program to Check if a String contains only digits?
2. Program to perform Deep Copy for String?
3. Program to prove String is immutable programmatically?
4.Program to remove all occurrences of a given character from input String?
5. Program to append the string using StringBuffer class
6.Program to insert the string using StringBuffer class
7.Program to Add Characters to a String
8.Program to Add Characters to a String
9. Program to Check Anagram
10. Program to check whether a string is a Palindrome
11. Program to Convert Enum to String
12. Program to Convert String to String Array
13. Program to count number of words in a String?
14. Program to count the total number of characters in a string
15. Program to count the total number of punctuation characters exists in a String
16. Program to count the total number of vowels and consonants in a string
17. Program to determine whether a given string is palindrome
18. Program to determine whether one string is a rotation of another
19. Program to divide a string in 'N' equal parts.
20. Program to find all subsets of a string