What is the use of servlet wrapper classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

How a servlet is unloaded?

0 Answers  


How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?

6 Answers   IBM, Infosys, TCS,


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

0 Answers  


can it possible to validate form field before execution of a servlet service method if yes how??

6 Answers  


difference between request.getSession(false) or request.getSession() and request.getSession(true)

2 Answers  






what happens if we wont use destroy()?

4 Answers   IBM,


Why are servlets used?

0 Answers  


What is meant by session? Tell me something about httpsession class?

0 Answers  


What is the role of the webserver?

4 Answers  


1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?

5 Answers   OnMobile,


When the methods init() and Distroy() will be called?

2 Answers  


What is httpservlet class?

0 Answers  


Categories