What is string tokenizer?



What is string tokenizer?..

Answer / Hashir Moheet

StringTokenizer is a Java class that breaks a String into tokens based on the delimiter(s) specified. It's mainly used for parsing input strings in Servlets and other Java programs.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What do you mean by annotations in servlet?

1 Answers  


Explain the methods in Generic and HTTP Servlets?

2 Answers  


Is servlet a controller?

1 Answers  


What is the difference between Get and Post Method?

12 Answers   T3 Softwares,


How do cookies work in servlets?

1 Answers  


Explain the jar and war files in servlet?

1 Answers  


explain the advantages of servlet life cycle?

1 Answers  


explain filters in java?

2 Answers   TCS,


Describe servlet?

1 Answers  


Can you send the mail from a servlet ,if yes tell how?

2 Answers  


What are setComment and getComment methods in Cookies?

2 Answers  


What are the jobs performed by servlets?

1 Answers  


Categories