What is a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
When the methods init() and Distroy() will be called?
How do u authorize and authenticate without <auth> of web.xml
What is the difference in between the httpservlet and generic servlet?
How many objects of a servlet is created?
What is httpservlet and how it is different from genericservlet?
Which exception is thrown if servlet is not initialized properly?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
How to get the current httpsession object?
Can we refresh servlet in client and server side automatically?
What is meant by a web application
init() method of servlet loaded by?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this