What is the procedure for initializing a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is servlet in web technology?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
Explain the methods in Generic and HTTP Servlets?
Is that servlet is pure java object or not?
Is it possible to send a mail from a servlet? Explain?
What is the difference between doGet and doPost?
Which exception is thrown if the servlet is not initialized properly?
In servlets, Why do we need both GET and POST method implementations?
What is the role of the webserver?
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
What is the difference in between the httpservlet and generic servlet?
How can a servlet be used to generate plain text instead of html?