What are the new features added to servlet 2.5?
Answer / Hemant Kumar Rawat
Some of the new features added to Servlet 2.5 include support for annotations, improved concurrency control through the introduction of thread-safe classes, and enhanced support for internationalization.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is url encoding and url decoding
Is it good idea to create servlet constructor?
How to generate the server side programming and the advantages of it over the other languages?
Why is init() method is used in servlets?
What happens, when client requests for server object, which is not yet loaded into the memory?
When should you prefer to use doget() over dopost()?
What is servlet used for?
Is that servlet is pure java object or not?
When jsessionid is created?
How to find whether a parameter exists in the request object?
What is servlet and how it works?
can i override service method