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
When Servlet is unloaded?
Which is the methods of generated servlet?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
Is there any need to shutdown the web server, if you want to modify a servlet?
What is a servlet context?
Why is a constructor needed in a servlet even if we use the init method?
How can we create deadlock situation in servlet?
How do you create a cookie using servlet?
How long do servlets last?
Why should we go for interservlet communication?
How can we invoke another servlet in a different application?
can we create more than ServletContext and ServletConfig in your application