What are the supporting protocol by HttpServlet ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the life cycle of a servlet?
What is the difference between doGet and doPost?
Why the concept of single thread model interface is used?
How an Image can be loaded in a Servlet ?
What is a web application and what is it’s directory structure?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
How to prevent browser from caching the page content?
What is a parser. What does a parser do with a XML? Why do we need it?
What are the functions of an intercepting filter?
How to debug a servlet?
What are the difference between session and cookies in servlet? Explain
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