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
Difference between object instantiation and construction ?
What is the differences between heap and stack memory in java? Explain
What is string subsequence method?
What is the use of runnable interface?
What is the difference between == and === javascript?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
In java how do we copy objects?
How do you write a conditional statement?
What is meant by oops concept in java?
What is basic syntax?
What is garbage collection? Can it be forced to run?
What is collections framework?
What are the differences between checked exception and unchecked exception?
What is final keyword in java? Give an example.
Why are constructors used?