What is setattribute in servlet?
Define the life cycle of a servlets.
What is the difference between forward () and sendredirect () functions in servlet? Explain
what is the difference between servlets and struts?
What are the differences between servlet context vs servlet config?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar
Why are http servlets used in programming?
What are life cycle methods of a servlet?
What is use of parseQueryString?
What is servlet collaboration?
What is cookie in servlet?
explain the advantages of servlet life cycle?
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.