java frameworks for web development

AllInterview QuestionsJava Interview

Java Programming Interview Questions

Java Programming Interview Questions
96.
Check if a given string is palindrome using recursion.
97.
Write a Java Program to print Fibonacci Series using Recursion.
98.
Write a Java program to check if the two strings are anagrams.
99.
Write a Java Program to find the factorial of a given number.
100.
Given an array of non-duplicating numbers from 1 to n where one number is missing, write an efficient java program to find that missing number.
101.
Write a Java Program to check if any number is a magic number or not. A number is said to be a magic number if after doing sum of digits in each step and inturn doing sum of digits of that sum, the ultimate result (when there is only one digit left) is 1.
102.
Write a Java program to create and throw custom exceptions.
103.
Write a Java program to reverse a string.
104.
Write a Java program to rotate arrays 90 degree clockwise by taking matrices from user input.
105.
Write a java program to check if any number given as input is the sum of 2 prime numbers.
106.
Write a Java program for solving the Tower of Hanoi Problem.
107.
Implement Binary Search in Java using recursion.

Read More
Exit mobile version