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
What is difference between get and post method?
What is the
Write a simple servlet program to print the contents of html.
How httpservlet is different from the genericservlet?
Explain the role of dispatcherservlet and contextloaderlistener.
What is the directory structure of a war file?
How do I know if java is running on linux?
What are the different mode that servlets can be used?
How can we perform any action at the time of deploying the project?
What is the structure of the http response
How we can get ip address of client in servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
What is servlet in tomcat?
What is the difference between sendredirect() and forward() in a servlet?
What is URL Encoding?