When we don't write any constructor for the servlet, how
does container create an instance of servlet?
Answer Posted / mahesh
Container creates instance of servlet by calling
Class.forName(className).newInstance().
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
How is an application exception handling is done using a servlet?
What do you mean by cgi in servlet?
What is dispatcher servlet?
What are the important functions of filters?
What is http servlet in java?
What are the different types of servlets?
How servlets are deployed in java?
Describe in brief RequestDespatcher?
What are the steps involved in placing a servlet within a package?
What are the difference between session and cookies in servlet? Explain
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Why do we use sendredirect() method?
Which event is fired at the time of project deployment and undeployment?
How do you configure a centralized error handler in servlets?
What are different ways for authentication of servlet?