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 do you mean by platform independence? What is an interface?
What is a finally block? Is there a case when finally will not execute?
What is the benefit of inner / nested classes ?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
Can we call the constructor of a class more than once for an object?
Is null false in java?
What is the destroy method?
List some features of the abstract class.
What is the current version of java?
What are the drawbacks of singleton class?
What is an image buffer?
What is bytecode verifier?
What is java in simple terms?
What is bufferedreader in java?
What is the use of a copy constructor?