Adding One Month to Current Date in Java

In this short tutorial, we discuss various methods of adding one month to the current date in Java. We cover using core Java methods as well as popular external libraries such as Joda-Time and Apache Commons Lang3.

Validating IPv4 Address in Java

We may wish to validate IP addresses from our settings files or other inputs. We look at a few ways to do this using libraries and plain Java code.