What must be implemented by all servlets?
No Answer is Posted For this Question
Be the First to Post Answer
Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.
What are the types of an http request?
What is the difference between context parameter and context attribute?
What is the servletconfig object?
What is http servlet?
Write a simple servlet program to print the contents of html.
What is Difference between JavaBeans and taglib directives?
What are the advantages of cookies?
What is servlet and its advantages?
What are life cycle methods of a 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.
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do