What are different methods of session management in servlets?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of servlets? Explain
What is with the javax.servlet package naming?
What is session?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is servlet container?
give the syntax of doGet() and doPost()?
What is the difference between context parameter and context attribute?
What are the disadvantages of storing session state in cookies?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Why is init() method is used in servlets?
Which method is called when reference variable is passed in system.net?
What's the difference between servlets and applets?