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 servlet looping or chaining?
What do you understand by mime type?
What is SingleThreadModel interface?
What is the life cycle of a servlet?
What methodology can be followed to store more number of objects in a remote server?
Differentiate between the print writer and servlet output stream?
What is servlet and its advantages?
Why do you use session tracking in httpservlet?
How the JSP file will be executed on the Server side?
What is the
What is the difference between the servlets and cgi programs?
When a servlet accepts a call from a client, it receives two objects. What are they?
What do you mean by url pattern in servlet?
What are the different methods of session management in servlets?
What is the workflow of a servlet?