Which interface must be implemented by all servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What are the difference between session and cookies in servlet? Explain
Difference between httpservlet and generic servlets?
How are filters?
Whether we can get deadlock situation in servlets?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
When to use doget() and when dopost()?
Why do we use sendredirect() method?
what is the control flow in servlet when we send a request?
Is dispatcher servlet a singleton?
What is the use of request dispatcher interface?
Differentiate between get and post?