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
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
What are the methods used to implement for the key object in the hash map?
What is toarray method in java?
What is a memory leak in java?
What is early binding and late binding in java?
What is JFC?
Can we use switch statement with strings?
What do you understand by the term polymorphism?
If you do not want your class to be inherited by any other class. What would you do?
How strings are created in java?
When a byte datatype is used?
what is mutual exclusion? : Java thread
How can the checkbox class be used to create a radio button?
What is the difference between the paint() and repaint() methods?
What is java instanceof operator?