if we are using StringTokenizer to perform task on a string, and apart from reading and writing we also have to change few words in that string. In this case do we have to make a StringBuffer object or will the StringTokenizer object will do good for making changes to the string ?
↧