Converting Between Byte Arrays and Hexadecimal Strings in Java   1. Overview In this tutorial, we’ll take a look at different ways to convert a byte array to a hexadecimal String, and vice versa. We’ll also understand the conversion mechanism and write our implementation to achieve this. 2. Converting Between… Continue Reading java-byte-arrays-hex-strings

Array 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 this quick tutorial, we’ll focus on array processing with… Continue Reading array-processing-commons-lang