Write a program to show the functionality of servlets.
No Answer is Posted For this Question
Be the First to Post Answer
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
Can I override destroy() method of Servlets?
what is the difference between ServletContext and ServletConfig
Describe some assignments that are executed by servlet container?
What is the major difference between context parameter and context attribute?
How can you create a session in servlet?
What methods do we use in Servlet to Applet communication?
How are Sessions are more advantage than using of Cookies or URLReWriting?
In servlets, Why do we need both GET and POST method implementations?
What is Single Threaded Model in Servlets? Explain this with an example?
What are the difference between HttpServlet and GenericServlets?
Explain the difference between GET and POST methods?