Java Program to check if a String is Palindrome or not
In this post we will go through the java string program to check if a String is Palindrome or not. We will also run the examples and corresponding output. A string is called a palindrome if the reverse of that string is same as the original string. For example: level, madam, etc. Problem : simple … Read more