What are the new features added to servlet 2.5?



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

Post New Answer

More Servlets Interview Questions

What is url encoding and url decoding

1 Answers  


Is it good idea to create servlet constructor?

1 Answers  


How to generate the server side programming and the advantages of it over the other languages?

1 Answers  


Why is init() method is used in servlets?

1 Answers  


What happens, when client requests for server object, which is not yet loaded into the memory?

2 Answers  


When should you prefer to use doget() over dopost()?

1 Answers  


What is servlet used for?

1 Answers  


Is that servlet is pure java object or not?

1 Answers  


When jsessionid is created?

1 Answers  


How to find whether a parameter exists in the request object?

1 Answers  


What is servlet and how it works?

1 Answers  


can i override service method

3 Answers   Intelligroup,


Categories