Tuesday, March 21

StringTokenizer

Note to self:
StringTokenizer is deprecated. Should use the split() method of the String class instead. Split() is faster and returns an array of tokens ready to be used.

No comments: