Posts by Vaishnavi Penumerthy
Author Biographical Info: Not available
Hello all, In this article, you will learn about Carmichael numbers and write a Java program to check if a given number is a Carmichael number or not. Carmichael Number Checker in .... Read More
In this article, you will learn how to comment multiple lines in Java. Multi-line comments in Java We are familiar with single-line comments in Java that start with two forward sla.... Read More
In this article, we will learn about null pointer exceptions in Java and look into some of the common errors that result in them. We will also see how we can prevent them from happ.... Read More
Hey Guys, In this article, we will learn about Min-Max Normalization and implement it in Java for a given data set. What is data normalization? Data normalization is a technique to.... Read More
Hey Guys, in this article we will learn about Fermat’s Little Theorem and implement it in Java. Fermat’s Little Theorem was proposed by the French mathematician Pierre de Ferma.... Read More
Hello guys, in this article we will create a Temperature Converter for Celsius, Fahrenheit and Kelvin units in Java. The formulae for conversation between the units are given below.... Read More
In this tutorial, you will learn to create a simple GUI application that calculates the area of a square in NetBeans IDE. Before continuing make sure you go through the article bel.... Read More
Hey guys, in this article we will learn The Chinese Remainder Theorem and implementation it in Java. The Chinese Remainder Theorem was first introduced by the Chinese mathematician.... Read More