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 bom encoding?
Explain about the dynamic behavior of core java?
What happens when a thread cannot acquire a lock on an object in java programming?
Write a function to print Fibonacci series and Tribonacci series?
What do bitwise operators do?
Difference between character constant and string constant in java ?
What is unicode datatype?
When should I use singleton pattern?
What is oop in java?
Give an example of call be reference significance.
Explain about map interface in java?
What is primitive array?
Write a program to find the whether a number is an Armstrong number or not?
Where is const variable stored?
What is the set interface in java programming?