This article discusses some of the frequently asked programming interview questions on Numbers in Java.
If you are going for a Java developer/Senior developer job interview with big technical giants like Microsoft, Google, eBay, Amazon, Apple, Yahoo etc, you should be prepared for such coding interview questions. These questions are for Beginners/Intermediate reference.
Refer below the top programming questions on numbers
- How to swap two numbers without using a temp variable in java ? (Solution)
- Write a Java program to check if given number is a prime number or not. (Solution)
- How to find GCD of two numbers using recursion in Java ? (Solution)
- How to check if a number is an Armstrong number ? (Solution)
- Java program to Calculate power of a number using recursion : (Solution)
- Find sum of digits of a number using recursion in java. (Solution)
- Convert a decimal number to binary using recursion in java : (Solution)
- Java program to find factorial of a number : (Solution)
- Java program to calculate Fibonacci series : (Solution)
- Java program to reverse a number and check if it is a Palindrome : (Solution)
You may also like :
Recursion : Top 10 Coding Interview questions
Top 10 sorting algorithms in java
Top 10 Coding Interview Questions on Recursion
Java Coding Interview Questions – Part 1
Java Coding Interview Questions – Part 2
Java Coding Interview Questions – Part 3
Java Coding Interview Questions – Part 4
Java Coding Interview Questions – Part 5
Java Coding Interview Questions – Part 6
© 2016 – 2018, https:. All rights reserved. On republishing this post, you must provide link to original post