Answer Posted / reddy akhi
sure why not if we are not provide a constuctor for servlet
it automatically get constructor by the java compiler if we
provide a constuctor for a servlet the java compiler will
not provide constuctor at that situation
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the procedure of invoking different servlet in a different application?
What is the difference between 2 types of servlets?
What’s the difference between forward() and sendredirect() methods?
What are the uses of servlets?
Explain servlet.
Differentiate between the get and post method
Why are http servlets used in programming?
What are the disadvantages of storing session state in cookies?
How can you run a servlet program?
What is session tracking?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What are the functions of Servlet container?
What are important features of Servlet 3?
Difference between get and post in java servlets?
How are filters?