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 difference between portlet and servlet?
What is pure servlet?
How printwriter is different from servletoutputstream?
What do you mean by filter in servlet?
How can you create a session in servlet?
Why do you use session tracking in httpservlet?
What is the process for chaining servlet?
What is dispatcher servlet?
What are the advantages of cookies?
why we should override only no-agrs init() method.
Which interface should be implemented by all servlets?
Define context initialization parameters.
What is meant by a web application
What is meant by session? Tell me something about httpsession class?
What is servlet instance?