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 ?
1089What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
1033
Explain mvc pattern.
What is the directory structure of web application?
What are the differences between forward() method and sendredirect() methods?
Whats the advantages using servlets over using CGI?
Explain the difference between servlet and cgi?
If a servlet is not properly initialized, what exception may be thrown?
What is a server side include (ssi)
What is the GenericServlet class?
What is servlet and its use?
How httpservlet is different from the genericservlet?
Why is http protocol called as a stateless protocol?
Explain jsessionid and when is it created?
How can we upload the file to the server using servlet?
How do I use cookies to store session state on the client?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?