What are the various ways of session supervision in servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by httpservlet?
What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?
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.
What is the use of RequestDispatcher in servlet?
18 Answers Accenture, CTS, TCS,
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
What are the security issues in Servlets?
Write a program to show the functionality of servlets.
What is servletconfig?
How do you configure a centralized error handler in servlets?
Explain the servlet context.
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 difference in between the httpservlet and generic servlet?