Difference between web container & web server...........
Difference between web server & application server?????????

Answer Posted / ramesh nagula

webcontainer is nothing but runtime enviroment, it provides
facility and service required to run a servlet, it provides
the implementation of servlet API..
where as a webserver is a server which hosts our
application and serves webpages upon request.. webserver
contains webcontaine.
Web server supports only http protocol and it can process
http request only where as an application server supports
various protocols like http,ftp,smtp etc.

Is This Answer Correct ?    25 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If servlet receives multiple requests, how many objects will it create?

818


Can you refresh servlet in client and server-side automatically?

608


List out the difference between ServletConfig and ServletContext?

592


What are different Authentication options available in Servlets.

561


What are the various ways of session supervision in servlets?

512






Tell us something about servletconfig interface.

573


Explain the jar and war files in servlet?

543


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

566


Why HttpServlet class is declared abstract?

640


Differentiate between get and post?

675


How do you deal property files in servlet?

594


What’s the use of the servlet wrapper classes??

625


What is called servlet mapping?

548


The code in a finally clause will never fail to execute, right?

592


What is the GenericServlet class?

593