StringTokenizer
I need to use StringTokenizer in my code
but what is StringTokenizer and how can i use this.
I need to use StringTokenizer in my code
but what is StringTokenizer and how can i use this.
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().
> 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.