Can I read Java String Processing Techniques on EtoBox?
Java String Processing Techniques by Rasika Jayawardana is a document available to read on EtoBox.
What is Java String Processing Techniques about?
The document discusses processing strings in Java using the String, StringBuffer, and StringTokenizer classes. The String class represents fixed strings while StringBuffer represents flexible strings that allow contents to be changed. StringTokenizer can extract tokens from a string. Command-line arguments can also be processed as strings. Key string methods include length(), charAt(), compareTo(), concat(), and substring(). The StringBuffer class offers additional methods like append() to add/modify conten
- Author
- Rasika Jayawardana
- Language
- EN