Posts by Ishika Koytekar
Author Biographical Info: Not available
In this tutorial, we are going to learn to check if two Date Ranges Overlap or not in Java. There would be 4 possible overlaps. Consider two date ranges, start date be s1, the end .... Read More
In this tutorial, we are going to learn about the nextGaussian() method which is present in the Random class in Java. It is used to generate the next pseudorandom Gaussian double v.... Read More
In this tutorial, we are going to learn how to find the second-highest number in an ArrayList in Java. ArrayList is present in java.util package and it provides a dynamic approach .... Read More
In this tutorial, we will learn how to convert JSON String to Java Object using the JACKSON library. Using a simple Java program we can easily convert JSON String to Java Object. J.... Read More
In this tutorial, we will learn how to convert XML data to JSON data in Java. Using a simple Java program we can easily convert XML data to JSON data. XML stands for eXtensible Mar.... Read More
What is a Hoax Number? A Hoax number is defined as a composite number, whose sum of digits is equal to the sum of digits of its distinct prime factors. Note: 1 is not considered a .... Read More
If you are wondering how many sentences does a .txt file contains? You will get your question answered here! In this tutorial, we are going to study how many sentences are present .... Read More