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

GCD of N Numbers in Java

GCD of N Numbers in Java | Array Programs in Java – 17 | In the previous Java program, we developed programs to sort array elements and find the reverse of an array.  Program Description:- Write a Java program to find the GCD of N numbers or more than two numbers. The GCD of three or more numbers can

GCD of N Numbers in Java Read More »

Java Program for Shopping Bill

Write a Java program for Shopping Bill | Simple Billing Program in Java | Write a Java program that will ask the user to enter the price and quantity of an item. Here we will create one Java class “Product” having properties product_name, quantity, the price per item, the total price for that particular item.

Java Program for Shopping Bill Read More »

Electric Bill Java Program

Electric Bill Java Program | Program description:- Write a Java program to calculate the electricity bill for the given unit. Before, writing the Java program, first, let us know about the tariff rates. The fixed price is 100, and then if we consume electricity between 0-100 unit then we have to pay 6.30 per unit,

Electric Bill Java Program Read More »

Sum of Series Program in Java

Sum of Series Program in Java | Number Series Program in Java | There are lots of series programs are there, we will write a Java program for some of them. After observing these codes you can easily write the program for another sum of series. In another post, we have also written the Fibonacci

Sum of Series Program in Java Read More »