3.4: String Class
Read section 2.3.5, which explains objects and classes in Java.
Read this chapter. This chapter and the next discuss the String class, which is used for text manipulation. As you read these chapters, you will learn different ways to create Strings, methods to manipulate Strings, the String concatenation operator '+,' as well as the fact that the Strings are immutable.
Read this chapter. This chapter and the previous discuss the String class, which is used for text manipulation. As you read these chapters, you will learn different ways to create Strings, methods to manipulate Strings, the String concatenation operator '+,' as well as the fact that the Strings are immutable.