what is stringtolennizer with example?

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


Please Help Members By Posting Answers For Below Questions

How do you do descending order in java?

517


What is lexicographically smallest string?

596


What is finalize()? Is finalize() similar to a destructor?

540


Does sprintf allocate memory?

593


What is an example of a boolean?

567






Can a constructor have different name than a class name in java?

592


Why is stringbuffer called mutable?

565


What is visibility mode?

525


What is classname class in java?

530


What is string value?

634


What does next mean in java?

533


How destructors are defined in java?

624


What is charat ()?

525


What is boolean logic?

559


What are the differences between heap and stack memory in java?

532