What is the difference between a generic servlet and http servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any need to shutdown the web server, if you want to modify a servlet?
Write the code to get the server information in servlet.
Why filter is used in servlet?
Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.
What is cookie? Why is cookie used?
What are some advantages of storing session state in cookies?
What is the GenericServlet class?
What is a cookie What is the difference between session and cookie
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What are the features added in Servlet 2.5?
What is servlet and its use?
can it possible to validate form field before execution of a servlet service method if yes how??