Lesson 3 of 5 • 2 upvotes • 7:41mins
String class is used to create and manipulate string, whenever it encounters a string literal, compiler creates a string object. String class is immutable (string object can't be changed),so to make lots of changes we use string buffer and string builder classes.
5 lessons • 36m