When we don't write any constructor for the servlet, how
does container create an instance of servlet?
Answer Posted / sk.jani
In the Servlet if we are not using any constructor
internally the compiler create the default Constructor.if u
want to see that default Constructor user this folling
command.
javap classname.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the capacity the doget can send to the server?
How the typical servlet code look like ?
How the JSP file will be executed on the Server side?
Describe the phases of servlet lifecycle?
What is servlet collaboration?
What is meant by a web application
What must be implemented by all servlets?
Which event is fired at the time of session creation and destroy?
What is java servlet?
why we should override only no-agrs init() method.
What are different Authentication options available in Servlets.
What is the
What is Servlet API used for connecting database?
what do you understand by url rewriting?
How do we translate jsp?