Write a code to check String is palindrome or not? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a code to check String is palindrome or not?

A palindrome is those String whose reverse is equal to the original. This can be done by either using StringBuffer reverse() method.

13th Jun 2019, 9:13 AM
Aakarshit Srivastava
Aakarshit Srivastava - avatar
1 Answer
+ 6
Please show us your attempt and tell us where you have problems.
13th Jun 2019, 9:14 AM
HonFu
HonFu - avatar