Why servlet is used as controller ? Not JSP? I want complete explation?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?
Which method of the httpservletrequest object is used?
Explain the servlet filter.
What are the functions of an intercepting filter?
Who is responsible for writing a constructor?
What are the disadvantages of storing session state in cookies?
Can we override the ActionServlet?
3 Answers ArisGlobal, HCL, PPF,
Difference between get and post in java servlets?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is servlet name in web xml?
What is servlet and its types?
Can we call destroy() method inside the init() method? What happens when we do so?