A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?


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

Post New Answer

More Servlets Interview Questions

Why do we have servlet wrapper classes?

0 Answers  


How do you track a user session in servlets?

3 Answers  


How native code can be used in a servlet?

0 Answers   IBM, TCS,


When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?

0 Answers  


What is the servletconfig object?

0 Answers  






What do you mean by request dispatcher in servlet? Also explain its methods.

0 Answers  


What is the difference in between the httpservlet and generic servlet?

0 Answers  


What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?

0 Answers  


Is it possible to call servlet with parameters in the URL?

4 Answers  


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

0 Answers  


why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 Answers  


How many servlet objects are created?

0 Answers  


Categories