Define the lifecycle for executing a jsp page.
No Answer is Posted For this Question
Be the First to Post Answer
Explain url encoding in servlet?
How is an application exception handling is done using a servlet?
What is the procedure of invoking different servlet in a different application?
What are the steps that are involved in using the httpservlet class?
Explain the servlet filter.
What do you mean by httpservlet?
Which event is fired at the time of project deployment and undeployment?
Can I override destroy() method of Servlets?
Explain the lifecycle of a servlet?
Can we use the constructor, instead of init(), to initialize servlet?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
What is the advantage of Servlets when compared with other server side technologies?