+1 (218) 451-4151
glass
pen
clip
papers
heaphones

1. Write a short recursive Java method that takes a character string s and outputs its reverse….

1. Write a short recursive Java method that takes a character string s and outputs its reverse….

1. Write a short recursive Java method that takes a character string s and outputs its reverse. For example, the reverse of 'pots&pans' would be 'snap&stop'.2. Write a short recursive Java method that determines if a string s is a palindrome, that is, it is equal to its reverse. Examples of palindromes include 'racecar' and 'gohangasalamiimalasagnahog'.