Java String class is used to implement an immutable character sequence object. That means a String object can not be changed or modified after it’s creation and initialization. It is read-only. In this article, we will show you how to create a Java String object, and the usage of it’s methods.