Java

Java is a simple, secured, high level, platform-independent, multithread, Object-oriented programming language.

 

It’s one of the most popular and widely used programming language, platform, and technology. Java is not only a language it is also a platform and technology.

 

Related Pages:-

Nelson Number Program in Java

In this post, we will develop a Java program to check whether the given number is a Nelson Number or not? In cricket, the number 111 is sometimes called “a Nelson” after Admiral Nelson, who allegedly only had “One Eye, One Arm, One Leg” near the end of his life. This is, in fact inaccurate—Nelson

Nelson Number Program in Java Read More »

Fascinating Number in Java

In this post, we will develop a Java program to check whether the given number is a Fascinating Number or not? We will also develop a Java program to find all fascinating numbers between two given numbers. A number is called a fascinating number if it is (having at least 3 digits) multiplied by 2

Fascinating Number in Java Read More »

Unique Number in Java

In this post, we will develop a Java program to check whether the given number is a unique number or not. A number that doesn’t have any duplicate digits is called a unique number. For example:- 123, 7158, 98547 are unique numbers, but 1111, 1233, 514425 are not unique numbers because they have one digit

Unique Number in Java Read More »

Disarium Number in Java

In this post we will develop a Java program to check whether the given number is a Disarium number or not? We will also develop a Java program to find all the Disarium numbers in the given range. A number whose sum of its digits powered with their respective position is equal to the original

Disarium Number in Java Read More »

Spy Number in Java

In this post, we will develop a Java program to check whether the given number is a spy number or not? We will also develop a Java program to find all the spy number exist in between two given numbers. A number whose sum of the digits of is equal to the product of its

Spy Number in Java Read More »

Sunny Number in Java

Previously we have developed many Java programs on numbers. In this post, we will develop a Java program to check whether the given number is a sunny number or not? We will also develop a Java program to find all sunny numbers in a given range or interval. A number N is called sunny number

Sunny Number in Java Read More »

Special Number in Java

In this post, we will write a Java program to check whether the given number is a Special Number or not? We will also develop a Java program to display all the Special number which exists in the given range/interval. If the sum of the factorial of all digits of a number is equal to

Special Number in Java Read More »