[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: StringTokenizer problem
The output you're getting is the result of the toString() method of
StringTokenizer. Make sure you're not accidently printing out the value of
the tokenizer, rather than the tokens.
-------------------------------------------------
Brian Sanders -- Java Developer -- Risk Labs, LLC
678-784-4614 voice, 678-784-4714 fax
-----Original Message-----
From: Deron Pardue [mailto:dpardue@dspin.com]
Sent: Thursday, August 30, 2001 5:06 PM
To: ajug-members@ajug.org
Subject: StringTokenizer problem
Hi! I'm using the StringTokenizer to split up a string into key=value
pairs. It seems to be working fine, but when I print the values to the
command line, I get the text below after the last line. Sometimes it's only
a few lines, others its as many as this. Doe anyone know what this means?
Thanks!
Deron Pardue
java.util.StringTokenizer@4653
java.util.StringTokenizer@4a9b
java.util.StringTokenizer@46ca
...