What is the procedure for initializing a servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

What is servlet in web technology?

0 Answers  


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


Explain the methods in Generic and HTTP Servlets?

2 Answers  


Is that servlet is pure java object or not?

0 Answers  


Is it possible to send a mail from a servlet? Explain?

4 Answers  






What is the difference between doGet and doPost?

9 Answers   iGate,


Which exception is thrown if the servlet is not initialized properly?

0 Answers  


In servlets, Why do we need both GET and POST method implementations?

3 Answers   IBM,


What is the role of the webserver?

4 Answers  


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

1 Answers   Syntel,


What is the difference in between the httpservlet and generic servlet?

0 Answers  


How can a servlet be used to generate plain text instead of html?

0 Answers  


Categories