KwickClips Java · 41 sec · free
Which line reverses the string?
Short answer. r = ch + r, joining each character in front.
Which method compares the text of two strings?
equals().
Remember
| r = ch + r reverses |
| Compare with equals() |
MADAM reads the same both ways. How does Java check? Put each character in front of r. That reverses the word. Then equals compares them. Here p is true. Join in front to reverse. Compare strings with equals, never double equals.
This clip is from the full lesson: String Programs: Palindrome, Reverse, Extraction and Counting — 7 minutes, with the tables, the quick answers and the whole lesson in text.
Useful for: ICSE Class 10 Computer Applications, ICSE Class 10 Computer Applications
More KwickClips from this lesson
What is the last valid index of a string?41 sec
Why does the word counter start at 1?42 sec
What do all these programs have in common?41 secVoice-over is AI-generated; the script is written and checked by Kajal Ma'am. Confirm anything you plan around against your official board document. We never ask for a password or an OTP.

