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
Why do we have servlet wrapper classes?
How do you track a user session in servlets?
How native code can be used in a servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
What is the servletconfig object?
What do you mean by request dispatcher in servlet? Also explain its methods.
What is the difference in between the httpservlet and generic servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
Is it possible to call servlet with parameters in the URL?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
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.
How many servlet objects are created?