PCCW Interview Question

Java Exam: code a method to check if a string is a palindrome

Interview Answer

Anonymous

Jun 18, 2019

Use loops, or use reverse method of StringBuilder