Posts by Lucas Alves • 11 points
1 post
-
1
votes1
answer60
viewsQ: Stringtokenizer with String delimiter does not work
I have to wear one string tokenizer to share a string in Java. the code is like this: StringTokenizer st1 = new StringTokenizer(palavra, "--"); But when I enter the following string: 1 - -- * d 2…