Finding the Difference Between Two Strings in Java 1. Overview This quick tutorial will show how to find the difference between two strings using Java. For this tutorial, we’re going to use two existing Java libraries and compare their approaches to this problem. 2. The Problem Let’s consider the following… Continue Reading java-difference-between-two-strings

String Processing with Apache Commons Lang 3 1. Overview The Apache Commons Lang 3 library provides support for manipulation of core classes of the Java APIs. This support includes methods for handling strings, numbers, dates, concurrency, object reflection and more. In addition to providing a general introduction to the library,… Continue Reading string-processing-commons-lang