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 |
What do you mean by annotations in servlet?
Explain the methods in Generic and HTTP Servlets?
Is servlet a controller?
What is the difference between Get and Post Method?
How do cookies work in servlets?
Explain the jar and war files in servlet?
explain the advantages of servlet life cycle?
explain filters in java?
Describe servlet?
Can you send the mail from a servlet ,if yes tell how?
What are setComment and getComment methods in Cookies?
What are the jobs performed by servlets?