Tagged Questions
-1
votes
2answers
266 views
Why is this StringTokenizer not tokenizing properly following the second time?
I want to parse the following using StringTokenizer for every string matching agent>. I tried it using the code like this. Where I am going wrong?
StringTokenizer stringtokenizer=new ...