Question: This is a JAVA question. Please don't use any syntax or method or materials that beyond the chapter recursion. I only covered the materials before
This is a JAVA question. Please don't use any syntax or method or materials that beyond the chapter recursion. I only covered the materials before the chapter recursion and recursion. 
#2) Write a recursive method isPalindrome that accepts a String and returns true if it reads the same forwards as backwards. isPalindrome("madam") -true o isPalindrome("racecar") -true o isPalindrome("step on no pets") -true o isPalindrome("able was I ere l saw elba") -true o isPalindrome("Java") o isPalindrome("rotater") o isPalindrome("byebye") o isPalindrome("notion") false false false false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
