What are the phases of a servlet life cycle?
No Answer is Posted For this Question
Be the First to Post Answer
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the phases of the servlet life cycle?
What are the key methods that are involved in processing of http servlets?
What is with the javax.servlet package naming?
why are using HttpServlet in realtime projects and why are not using Genericservlet
What is a parser. What does a parser do with a XML? Why do we need it?
How multiple simultaneous requests can be handled by servlets?
How do you get the ip address of the client in servlet?
What is the default HttpRequest method?
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 are session variable in servlets?
Write a program to show the functionality of doget and dopost method?