When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is a java servlet?
What is the difference between RequestDispatcher and sendRedirect?-
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
when you comppile the servlet is it neccesary to restaet the tomcat server?
Describe some assignments that are executed by servlet container?
Which exception is thrown if the servlet is not initialized properly?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What do you mean by request dispatcher in servlet?
What is meant by Servlet? What are the parameters of service method?
How servlets can be automatically reloaded?
can i call destroy() method in init() method of servlet
how the jsp page can be regenerated?