Why do we need a constructor in a servlet if we use the init method?
No Answer is Posted For this Question
Be the First to Post Answer
Why doesn’t a servlet include main()? How does it work?
What is done after deploying a war file and before client gives a request
Differentiate between the web server and application server?
Differentiate between the get and post method
Can you explain in detail 'javax.servlet' package?
What is DSN and System DSN and what is the difference between them?
What is the life cycle of a servlet?
Which interface must be implemented by all servlets?
Define servlet mapping?
can i call init() method in destroy() method of servlset. ?
What is with the javax.servlet package naming?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?