About this document
Java Mutable Strings and StringTokenizer by aravind j is a document available to read on EtoBox.
The document contains code snippets and explanations about StringBuffer, StringBuilder, and StringTokenizer in Java. StringBuffer and StringBuilder are used to create mutable strings. StringTokenizer is used to break a string into tokens based on delimiters. The document includes multiple code examples demonstrating the usage of these classes, such as initializing them with strings, appending to them, getting/setting characters, and tokenizing strings. It also asks to predict the output of some of the code
- Author
- aravind j
- Language
- EN