Strings are character sequences that offer a variety of methods. In this chapter, you will learn about this topic and practice through various exercises.
4.1 Introduction
For processing strings there are the classes String, StringBuffer, and StringBuilder. All three satisfy the interface java.lang.CharSequence.