Can servlet have a constructor ?
No Answer is Posted For this Question
Be the First to Post Answer
What are important features of Servlet 3?
What is load-on-startup in servlet?
Why do we use sendredirect() method?
What are cookies and how will you use them?
How can the referrer and the target urls be used in servlet?
request parameter how to find whether a parameter exists in the request object?
What is servlet and its use?
What is the web server used for running the Servlets?
What are life cycle methods of a servlet?
What do you mean by deployment descriptor?
difference between request.getSession(false) or request.getSession() and request.getSession(true)
What is the difference in between the httpservlet and generic servlet?