Showing posts with label Scanner class. Show all posts
Showing posts with label Scanner class. Show all posts

Java Scanner class

Scanner class does same work as like String Tokenizer and Split() used to parse a string, pulling out data of different types. But its limit in usage and can't get array of strings delimited...