How to Reduce Image memory size using Java

Image is playing a vital role in websites, web apps, and mobile apps. When we develop any kind of website image is most important to describe things easier than words and making good look andRead More...

How to remove repeated elements from ArrayList in Java

There are many methods available in java to remove repeated (or) duplicate elements from ArrayList. Here let me explain some of the efficient ways to remove duplicates. In this article, we are going to seeRead More...

How to calculate time ago and time to go in Java

This article explains how to find the relative time like time ago and times to go in java. Before entering into the program let me explain the sample usage of this program in real-time projects.Read More...

How to find the date of coming Sunday Monday or any day

This article explains how to find the date of coming Sunday, Monday, Tuesday, or any day by using java. Here I used a calendar from java 7 to find the date. Before going into theRead More...