What are the type of protocols used in httpservlet?
No Answer is Posted For this Question
Be the First to Post Answer
How can we refresh automatically when new data is entered into the database?
What is the difference between a generic servlet and http servlet?
What is done after deploying a war file and before client gives a request
Can you send the mail from a servlet ,if yes tell how?
How do we go with database connection and log4j integration in servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
Who is responsible to create the object of servlet?
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
What are the differences between the servletconfig interface and the servletcontext interface?
Can you send an authentication error from a servlet?
What are some advantages of storing session state in cookies?