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 do you mean by session tracking?
What is cookie? Why is cookie used?
What is the difference between a generic servlet and http servlet?
Write all the phases defined in servlet life cycle?
Can you create a deadlock condition on a servlet?
Explain load on start-up and its importance?
What are different ways for authentication of servlet?
How native code can be used in a servlet?
Explain the architechure of a servlet?
What are the types of Session Tracking ?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
List out difference between a JavaBean from a Servlet?
What are the uses of servlet
What if we pass negative value in load-on-startup?
How do servlets work?