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:-

Simple Calculator Program in Java

Simple Calculator Program in Java | Previously we had developed many basic Java programs on flow control statements. In this post, we will create a simple calculator program in the Java programming language. It will be a basic calculator in java with CUI (character user interface). It can add, subtract, multiply, divide, find the remainder […]

Simple Calculator Program in Java Read More »

Evil Number Program in Java

In this post, we will develop a Java program to check whether the given number is an evil number or not. We will also develop a Java program to find all evil numbers in a given range. An Evil number is a positive whole number that has an even number of 1’s in its binary

Evil Number Program in Java Read More »

Harshad Number in Java

In this post, we will develop a Java program to check whether the given number is a Harshad number or not? We will also find all Harshad number which belongs to a given range. Later we will develop another Java program to check multiple Harshad numbers. In mathematics, a Harshad number in a given number

Harshad Number in Java Read More »

Duck Number in Java

A number that has at least one 0 ( but not at the beginning of the number ) is called a duck number. In this post we will develop a Java program to check the given number is a duck number or not. Example of the duck number:-102350, it has two 0 so it is

Duck Number in Java Read More »

Tech Number Program in Java

In this post we will develop a Java program to check the given number is a tech number or not? And we will also find all tech numbers in the given range. A number which has an even number of digits, and when the number of digits split into two halves then the square of

Tech Number Program in Java Read More »

Magic Number Program in Java

In computer programming, the term magic number has multiple meanings. In this post, we will discuss the magic number and also develop a Java program to check the given number is a magic number or not. A number is said to be a magic number if the sum of its digits is calculated till a

Magic Number Program in Java Read More »