This article illustrates different ways to Convert InputStream to a String using Java, Apache Common IO, and Guava Library
Java Core Tutorials
Java Core defines the basics of Java Programming language and language fundaments
List Files and Subdirectories from a Directory in Java
A quick tutorial with examples covers various ways to iterate and list files from or directory and list subdirectories of a directory or folder in Java
Parse JSON Strings in Java Objects with Gson API
This tutorial covers How to Parse Json in Java. You will learn to use Gson API to convert JSON Strings into Java Objects with examples.
Convert Java Objects To JSON with Gson API
In this tutorial we will learn to use Gson API to convert Java Objects or POJOs to JSON and Convert JSON String to Java Objects.
Read JSON Strings into Java Objects with Jackson API
A guide to use Jackson to Map JSON Strings into Java Objects. Examples include JSON String to Java Objects and JSON Strings to Java Map.
Convert Java Objects To JSON with Jackson API
A guide on How to Serialise Java Objects and Maps into JSON. We will cover examples of converting Custom Java Objects to JSON and Map to JSON.