Why is servlet used?
No Answer is Posted For this Question
Be the First to Post Answer
When we don't write any constructor for the servlet, how does container create an instance of servlet?
difference between forward and sendredirect
Can servlet have a constructor ?
What is servlet used for?
What is the difference between sendredirect() and forward() in a servlet?
How to pass a requrest object of one servlet as a request object to another servlet?
What are the different ways we can maintain state between requests?
How to pass JavaBeans data to JSP using Servlets?
How do u authorize and authenticate without <auth> of web.xml
can we create more than ServletContext and ServletConfig in your application
What do you understand by mime type?
What is servlet initializer?