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

I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in

1799


What are the methods used to implement for the key object in the hash map?

767


What is toarray method in java?

745


What is a memory leak in java?

749


What is early binding and late binding in java?

782






What is JFC?

879


Can we use switch statement with strings?

788


What do you understand by the term polymorphism?

806


If you do not want your class to be inherited by any other class. What would you do?

763


How strings are created in java?

776


When a byte datatype is used?

1170


what is mutual exclusion? : Java thread

750


How can the checkbox class be used to create a radio button?

713


What is the difference between the paint() and repaint() methods?

779


What is java instanceof operator?

766