Answer Posted / madhu .yadavalli
the web server is execution infrastructure that handles
HTTP requests and responses
| Is This Answer Correct ? | 10 Yes | 7 No |
Post New Answer View All Answers
What are the different methods involved in the process of session management in servlets?
How do you communicate in between Applets and Servlets?
Differentiate between the print writer and servlet output stream?
Define the lifecycle for executing a jsp page.
What if you need to span your transaction across multiple servlet invocations?
Why is a constructor needed in a servlet even if we use the init method?
Servlet is pure java object or not?
Explain the jar and war files in servlet?
What is a servlet context object?
Why is httpservlet declared abstract?
How printwriter is different from servletoutputstream?
What are the objects involved when a servlet receives a call from client?
What does the term localization refer to?
What’s the use of the servlet wrapper classes??
What is the difference between Servlets and Applets?