Answer Posted / ravikiran(aptech mumbai)
StringTokenizer is a class of java.util package.
It's main purpose is to break the string into tokens with
reference to a delimeter
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is matcher in java?
What is skeleton and stub? What is the purpose of those?
What is array class in java?
What is Gang of four design patterns
What is the difference between an array and an array list?
Explain implementation and how is it different from conversion?
How many bits is size_t?
Which sorting algorithm is in place?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
Explain about the performance aspects of core java?
What is variable explain with example?
In how many ways we can do synchronization in java?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
What ide should I use for java?
Explain about anonymous inner classes ?