StringTokenizer

I need to use StringTokenizer in my code

but what is StringTokenizer and how can i use this.

[105 byte] By [Sumadurama] at [2007-11-27 11:41:23]
# 1

http://java.sun.com/javase/6/docs/api/

Look in the list to the left.

CeciNEstPasUnProgrammeura at 2007-7-29 17:37:52 > top of Java-index,Java Essentials,New To Java...
# 2

And:

1) If you "need" to use it, someone told you. You could have asked that someone, too.

2) StringTokenizer should rather not be used in favor of String.split().

CeciNEstPasUnProgrammeura at 2007-7-29 17:37:52 > top of Java-index,Java Essentials,New To Java...
# 3

> And:

> 1) If you "need" to use it, someone told you. You

> could have asked that someone, too.

> 2) StringTokenizer should rather not be used in favor

> of String.split().

Thanks CeciNEstPasUnProgrammeur

I got the information on that URL which was sent by you.

Sumadurama at 2007-7-29 17:37:52 > top of Java-index,Java Essentials,New To Java...