Answer Posted / guest
two types of cookjies are used in hosting support
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is difference between GenericServlet and HttpServlet?
How forward () method is different from send redirect () method?
Can we refresh servlet in client and server side automatically?
What if you need to span your transaction across multiple servlet invocations?
How can the session in servlet be destroyed?
How do you get the ip address of the client in servlet?
What are different ways for servlet authentication?
What is the default http method in the servlet?
What is the difference between Difference between doGet() and doPost()?
Why the container loads server at the application startup and how?
Can we use the constructor, instead of init(), to initialize servlet?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Why are http servlets used in programming?