Read More Write a Java Program to find whether a string or number is palindrome or not. D kumar September 19, 2019 1 import java.util.Scanner; 2 3 public class Palindrome { 4 public static void main (String[] args) { ...