Need to code a recursive method to determine if a String is a palindrome, a palindrome is a word, phrase or sentence that is symmetrical; that is, it is spelled the same forward and backward. Examples are "otto," "mom," madam," and "able was I ere I saw elba."
This will need to be done in Java