Answer Posted / chandra kunchala
yes ofcourse we should.
it is mandatory for servlet.
for servlets we required publc no argument constructor. if v
don't having that one, our servlet should not work, even
though if you are not crating the public no-argument
constructor, the java compiler will take the responsibility
to create public no- argument constructor.. mean while your
servlet should be public otherwise you will get
RuntimeException.
we can create costructor for sevelet but it should b no-
argument constructor. and u r servlet should be public.
and one more thing this constructor in not in the place of
init() method..
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the different ways for servlet authentication?
How httpservlet is different from the genericservlet?
What's the use of servletcontext?
What are the functions of Servlet container?
Explain the difference between generic servlet and http servlet?
What are the jobs performed by servlets?
Why don't we write a constructor in a servlet?
What is servlet invoker?
What is the structure of the http response
Why HttpServlet class is declared abstract?
What is the use of welcome-file-list?
What is servlet api used for conneting database?
What are all the advantages of servlet over cgi?
What do you mean by a filter and how does it work?
Can we override servlet service method?