About Question enthuware.ocpjp.v7.2.1625 :
Posted: Mon Feb 09, 2015 12:52 am
Question:
Will the default delimiters "\t\n\r\f" be tokenized
for any arbitrary String?
The reason I ask is, the given String only contains 3 tokens:
String str = "tokens\twith tabs and \r\nnew lines.";
"\t\r\n\"
Please confirm.
Will the default delimiters "\t\n\r\f" be tokenized
for any arbitrary String?
The reason I ask is, the given String only contains 3 tokens:
String str = "tokens\twith tabs and \r\nnew lines.";
"\t\r\n\"
Please confirm.