What are Servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by a web application
What do you mean by httpservlet?
What is called servlet mapping?
What is difference between PrintWriter and ServletOutputStream?
How can you start a jta transaction from a servlet deployed on jboss?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What exception should be thrown when servlet is not properly initialized?
how many jsp scripting elements are there and what are those?
what is the difference between do get/dopost
What are all the advantages of servlet over cgi?
What is servlet and how it works?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.