variable assignment - How do access specific tokens with Java's StringTokenizer? - Stack Overflow
I'm using Buffered Reader to pass individual lines of a file to Java's StringTokenizer. The file is structurd as follows: "2,0";"12345";"foo";"foo.doc" ... This answer is right. In fact @dwwilson66 you are using StringTokenizer the wrong way. It acts as i...