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
Why generics are used in java?
What is remote method invocation (rmi)?
Is class forname reflection?
What are computer functions?
Is static a keyword in java?
Write a program to calculate factorial in java?
What does || || mean in math?
What is array pointers ?
How do you escape json?
What are the benefits of operations?
What is keyword and identifier?
Differences between C and Java?
Can we convert integer to string in java?
Implement a stack with push (), pop() and min() in O(1) time.
What are the uses of java?