In the previous Chapter we took a look at Strings. They are extremely useful but at the same time resource intensive too. In programs where numerous strings are used which need to be altered every now and then, it is advisable to use the StringBuffer or the StringBuilder class.
The java.lang.StringBuffer and java.lang.StringBuilder classes should be used when you have to make a lot of