In this tutorial we see what is jumbled numbers . A number is said to be Jumbled if for every
Continue readingPrint Hashmap In Java
In this tutorial we will print hashmap in java using various methods . Let’s see different methods for printing hashmap
Continue readingBuzz Number Program in Java
A number is said to be Buzz Number if it ends with 7 or is divisible by 7. For example-
Continue readingFind Second Largest Number in Array
We can find second largest number in array using arrays , collections and sorting techniques . We will discuss how to
Continue readingHow to find Magic Number in Java
In this tutorial we will learn what is magic number and how to find magic number in java . We
Continue readingNeon Number Program In Java
In this tutorial we will learn what is neon number in java and how to check given number is neon
Continue readingDisarium Number Program in Java
In this tutorial we will learn what is disarium number in java and write disarium number program in java .
Continue readingAutomorphic Number in Java
In this tutorial we will learn about what is automorphic number in java and write Java program for automorphic number
Continue readingPerfect Number In Java Program
In this tutorial , We will write perfect number program in java using for loop , while loop and recursion
Continue readingHow to add two numbers in java
In this tutorial we will learn how to add two numbers in java . Addition of two numbers is very
Continue reading