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

Multiplication Table Program in Java

In this post, we will develop a Java program to display the multiplication table. In mathematics, a multiplication table is a mathematical table used to define a multiplication operation for an algebraic system. We will also develop a Java program to display the multiplication table from 1 to 10. Method to print the Multiplication table […]

Multiplication Table Program in Java Read More »

Palindrome Number Program in Java

Previously we have developed many java programs based on Armstrong numbers. Now in this post, we will develop a palindrome number program in java. It will check the given number is palindrome number or not, and later we will develop an another Java program which will find all palindrome number in a between two numbers.

Palindrome Number Program in Java Read More »

Java Custom Exception Example

In the previous post, we learned how to develop a user-defined custom exception in Java. We discussed it through a custom exception example. Now, we will develop more Java custom exception examples. Prerequisite:- How to develop User-defined Custom exception in Java Java Custom Exception Example – 1 Example1:- Register the person for voting based on

Java Custom Exception Example Read More »