
13.4 Programming Activity 1: Checking for a Palindrome 963
Instructions
In the Chapter 13 Programming Activity 1 directory on the CD-ROM
accompanying this book, you will find the source files needed to complete
this activity. Copy all of the files to a directory on your computer. Note that
all files should be in the same directory.
Open the PalindromeClient.java source file. Searching for five stars (*****)
in the source code will position you to the location where you will add your
code. In this task, you will fill in the code inside the recursivePalindrome
method to determine if a String representing a word or a sentence is a
palindrome. The method ...