Posts from Java

Convert joule to calorie in Java

By Shakshi Parekh

In this section, we are going to study how to convert joule to calorie in Java. Let us first see the conversion as 1 calorie = 4.184 Joule. Here we are dividing 4.184 and we will g.... Read More

Java Program To Print Boundary Elements

By Priyam Patel

In this tutorial, we will be Going to Solve The Problem on Java Program To Print Boundary Elements of a Matrix. We will be looking at what are Matrices and Also how to display part.... Read More

Java Program to Print Odd Numbers From 1 to 99

By Priyam Patel

In this tutorial, we will be going to Solve and tackle the problem Java Program to Print Odd Numbers From 1 to 99. If You Don’t Have an idea on how to Filter out the odd numb.... Read More

Java program to find maximum value of sum of all (i*arr[i]) with only rotations allowed in the array

By Anubhav Srivastava

Hi coders! In this tutorial, we are going to discuss a problem that is related to rotation in an array. Many of you have definitely solved the problem of array rotation but the pro.... Read More

Remove non-ASCII characters from String in Java

By Mriganka

This tutorial is a guide to (as the name suggests), how to remove all the non-ASCII characters in a string in Java. ASCII which is an abbreviation of ‘American Standard Code .... Read More

Java Program to Print Automorphic Numbers

By Priyam Patel

In this tutorial, We will be going to Deal with Java Program to Print Automorphic Numbers Problem. We will Understand What are Automorphic Numbers and How to Implement The concept .... Read More

Get Extension Of File In Java

By Shubham Kumar

In this tutorial, we will learn or figure out how to get the extension of any file through the Java program easily. In Java, there is no built-in API to find the extension of a fil.... Read More

How to Generate Array Of Random Numbers In Java

By Shubham Kumar

In this instructional exercise, we will learn how to generate the array of random numbers in Java using simple java code. If you don’t know how to generate random numbers, th.... Read More

Related Posts