Tuesday, November 29, 2011

Explain StringBuffers and StringTokenizers?

The string tokenizer class allows an application to break a string into tokens. The token value or delimiter can be specified as an argument in the constructor. Default value of the delimiter is space. This is a legacy class whose use in not encouraged now(use string.split instead). Eg
Category:Servlet Interview Questions

No comments:

Post a Comment