Posts by Shivank Maheshwari
Author Biographical Info: Not available
Hi guys, today we will learn how to make an image blur in java. The Blurring of an image basically refers to reducing the sharpness of that image typically reducing the image noise.... Read More
Hi guys, today we will learn how to crop an image in Java. First of all, we should know what is cropping an image means? So cropping of an image means getting a sub-image from the .... Read More
Hi folks, today we will learn how to Print all Multiplicative Primes ≤ N in java. We can assume you know about prime numbers. If you don’t check this: Java Program To Chec.... Read More
Hi, today we will see how to compute Modular multiplicative inverse in Java. first of all, we should know what it is and where it is used. So, Modular multiplicative inverse of an .... Read More
Hi, today we will learn how to evaluate Modular Exponentiation in Java. This tutorial will help you to learn about some built-in methods that we will use here. First of all, do you.... Read More
Today, we will learn how to plot the negative of an image in Java. First of all, we have to know what do we mean by the negative of an image. So Negatives image means brighter pixe.... Read More
Hi, today we will learn the Multiplication of two binary numbers in Java. first of all, those numbers that are expressed through 0’s and 1’s are known as binary numbers.... Read More
Today, we will learn the division of two binary numbers in java. This article will help us to increase our knowledge about some built-in methods. There are multiple ways to do so .... Read More