How do you run a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What are the uses of servlet
Define the servlet mapping.
Explain mvc pattern.
What is done after deploying a war file and before client gives a request
How many ways are available to ger RequestDispatcher object?
How do we share data using 'getservletcontext ()?
Why is a constructor needed in a servlet even if we use the init method?
Can I override destroy() method of Servlets?
What is the default HttpRequest method?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What is the difference between encodeRedirectUrl and encodeURL?
What is servlet lazy loading?