In this video you will know Top 20 String programs for interviews or written test. i assured that from the list of these 20 programs you definitely face atleast 5 to 10 programs either technical round or written test. They are
1. Program to count occurrence of characters in string
2. Program to convert UPPER CASE string to lower case
3. Program to convert lower case string to UPPER CASE
4. Program to remove duplicate character in a string
5. Program to replace vowels with special character ($)
6. Program to split a sentence into words
7. Program to capitalize first letter of each word of a string
8. Program to reverse each word in a sentence
9. Program to reverse a sentence
10. Program to reverse String using recursion
11. Program to count characters in a string
12. Java program to count occurrence of substring in a string
13. Program to count words in a string
14. Program to check given string is Anagram
15. Program to sort names based on their values
16. Program to find duplicate characters in string
17. Program to replace special character in a string
18. Convert String into character array in java
19. Sort names in alphabetical order in java
20. Program to check whether the input string is a palindrome or not