what are the different services provided by the web server?
Answer Posted / ramakrishna
Receives many client request and processing it and sending
respective result to the clients
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is called servlet mapping?
What is the difference between using getSession(true) and getSession(false) methods?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
How does tomcat servlet container work?
Whats the advantages using servlets over using CGI?
What are all the advantages of servlet over cgi?
When servlet is loaded?
What are the features added in Servlet 2.5?
Which http method is said to be non-idempotent and idempotent?
Why the concept of single thread model interface is used?
Explain the difference between generic servlet and http servlet?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What is httpservlet and how it is different from genericservlet?
What mechanisms are used by a Servlet Container to maintain session information?
how many jsp scripting elements are there and what are those?