Answer Posted / shahnawaz sheikh
StringTokeniser is a utility that helps to seperate a
complex combination of string into simpler one usually
array.
Ex a string: Name$abc;EmpCode$02335;Sex$Male
can be simple broken into
Name abc
EmpCode 02335
Sex Male
NO matter how long the occurence be.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is Major and importance difference between for and foreach loop ?
What is javac_g?
What is anagram of a string?
What are different types of control structures?
What do you mean by of string::valueof expression in java 8?
Is java a virus?
What is a java object and java application?
Is java call by reference?
What is a layout manager and what are different types of layout managers available in java awt?
What is outofmemoryerror in java?
What is the difference between method overriding and overloading?
Difference between final and effectively final ?
Is multiple inheritance supported by java?
What are the rules for variable declaration?
How is treeset implemented in java?