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

What is a servlet context?

0 Answers  


Difference between get and post in java servlets?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


What is servlet mapping?

0 Answers  


What are the kinds of http requests?

0 Answers  






How can we create deadlock situation in servlet?

0 Answers  


How do you invoke a Servlet? What is the difference between doPost method and doGet method?

0 Answers  


How we can check in particular page the session will be alive or not

4 Answers   L&T, Symbiosis,


How to read request headers from servlets?

0 Answers  


Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?

3 Answers   Bosch, Cognizant,


How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


Why is http protocol called as a stateless protocol?

0 Answers  


Categories