string's

what is the difference between string,string tokenizer and string buffer?
[80 byte] By [this-is-naveen-new-to-javaa] at [2007-11-26 21:18:19]
# 1

http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html

http://java.sun.com/j2se/1.5.0/docs/api/java/lang/StringBuffer.html

http://java.sun.com/j2se/1.5.0/docs/api/java/util/StringTokenizer.html

If there's anything in the docs you don't understand, feel free to ask a specific question about it.

hunter9000a at 2007-7-10 2:57:11 > top of Java-index,Java Essentials,New To Java...