- Write a Java program to check whether a number is a palindrome or not?
- Write a Java program to check whether the given two strings are anagrams or not?
- Write a program to find the factorial number using a while loop in Java.
- Write a Java program to check whether a number is even or odd?
- Write a Java program to check whether a number is prime or not?
- Write a Java program to reverse sentence by words.
- Write a Java program to Reverse each word from a string.
- Write a Java program to print the Nth Fibonacci series.
- Write a Java program to print the Nth odd Fibonacci series.
- Find the longest common prefix from the String array.
- Program to find the occurrences of numbers in an array.