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 ?
1144What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
1089
What is the difference in between the httpservlet and generic servlet?
Explain jsessionid?
What is ServletConfig object?
Difference between java beans & servlets?
Explain load on start-up and its importance?
why we should override only no-agrs init() method.
how many jsp scripting elements are there and what are those?
What is the difference between the http servlet and generic servlet?
What are advantages of servlets over cgi?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What are the life cycle methods of the servlet?
Can we use threads in Servlets?
Which HTTP method is non-idempotent?
How to find whether a parameter exists in the request object?
How to upload a file to the server using servlet?