I have a question regarding the Difference between StringTokenizer class and java.util.Scanner class? Though both are used for Dissection (tokenization) purpose. Which one is better to use and have better efficiency? Are these two java classes are alternatives for each other or have separate purposes?
I have a question regarding the Difference between StringTokenizer class and java.util.Scanner class? Though
Share
From the
JavaDoc: