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 abstract class? Explain
How to sort double array in java?
What is the default access specifier for variables and methods of a class?
What is exception in java?
Describe 2 different ways to concatenate two strings.
Is this valid in java ? Can we instantiate interface in java?
What is the use of arrays tostring () in java?
Difference between method overloading and overriding.
Which package is used for pattern matching with regular expressions?
Can a static class implement an interface?
What is the list interface?
What are the access modifiers available in java?
What are the steps that are followed when two computers connect through tcp?
What is parsing a sentence?
What is a platform?