Java Program for selenium interview

Reverse word in String using split function
Reverse every word in String using split function
Reverse a String using recrursion
Check a palindrome string
Find duplicate characters in String
Find vowels in a String
Find duplicate words in String
Count the number of words in a string?
Count the total number of occurrences of a given character in a string
Count oocurance of each character in a String
Check whether one string is a rotation of another?
Check two Stringa are anagram or not ?
Reverse a given string with preserving the position of spaces
Find the percentage of uppercase letters, lowercase letters, digits and special characters in a given string?
Find the longest substring without a duplicate character
Swap two Strings without using 3rd variable
Find first repeated and non-repeated character in String
Occurance of "that" word in a string like, AbthatCdthatjkthatggggthatth
print all permutations of String
find out longest palindrome in a given string

Post a Comment